cohtml::PointerTrait
#include <TypeTraits.h>
Inherits from cohtml::BoolConstant< false >
Inherited by cohtml::PointerTrait< const T & >, cohtml::PointerTrait< const T >, cohtml::PointerTrait< T & >, cohtml::UnwrapPointer< T >
Public Types
Name | |
---|---|
typedef T | StoredType |
Public Functions
Name | |
---|---|
void * | Deref(T & ptr) |
Additional inherited members
Public Types inherited from cohtml::BoolConstant< false >
Name | |
---|---|
enum | @6 { Value} |
Detailed Description
template <typename T>
struct cohtml::PointerTrait;
Public Types Documentation
typedef StoredType
typedef T cohtml::PointerTrait< T >::StoredType;
Public Functions Documentation
function Deref
static inline void * Deref(
T & ptr
)