BioDynaMo  v1.05.119-a4ff3934
Static Public Member Functions | List of all members
bdm::detail::ExtractUid Struct Reference

#include <agent_pointer.h>

Static Public Member Functions

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)
 

Detailed Description

Definition at line 305 of file agent_pointer.h.

Member Function Documentation

◆ 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

Definition at line 307 of file agent_pointer.h.

◆ 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

Definition at line 314 of file agent_pointer.h.


The documentation for this struct was generated from the following file: