Develop Biology
The language of life
|
#include "bio/common/macros/LanguageMacros.h"
Go to the source code of this file.
Classes | |
struct | bio::utility::IsPointerImplementation< T > |
struct | bio::utility::IsPointerImplementation< T * > |
Namespaces | |
namespace | bio |
namespace | bio::utility |
Functions | |
template<typename T > | |
T & | bio::utility::Dereference (T &t) |
template<typename T > | |
T & | bio::utility::Dereference (T *t) |
template<typename T > | |
bool | bio::utility::IsPointer () |
template<typename T > | |
bool | bio::utility::IsPointer (const T t) |