#include <agent_pointer.h>
|
template<typename T > |
static std::enable_if< is_agent_ptr< T >::value, uint64_t >::type | GetUid (const T &t) |
|
template<typename T > |
static std::enable_if<!is_agent_ptr< T >::value, uint64_t >::type | GetUid (const T &t) |
|
Definition at line 305 of file agent_pointer.h.
◆ GetUid() [1/2]
template<typename T >
static std::enable_if<is_agent_ptr<T>::value, uint64_t>::type bdm::detail::ExtractUid::GetUid |
( |
const T & |
t | ) |
|
|
inlinestatic |
◆ GetUid() [2/2]
template<typename T >
static std::enable_if<!is_agent_ptr<T>::value, uint64_t>::type bdm::detail::ExtractUid::GetUid |
( |
const T & |
t | ) |
|
|
inlinestatic |
The documentation for this struct was generated from the following file: