Develop Biology
The language of life
IsPointer.h File Reference
+ 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)