|
Develop Biology
The language of life
|
#include "bio/common/macros/LanguageMacros.h"
Include dependency graph for IsPointer.h:
This graph shows which files directly or indirectly include this file: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) |