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