aimstil  5.0.5
til::PointerTraits< T * > Struct Template Reference

Traits for C pointers. More...

#include <til/PointerTraits.h>

Public Types

typedef T DataType
 

Static Public Attributes

static const bool is_const = false
 

Detailed Description

template<typename T>
struct til::PointerTraits< T * >

Traits for C pointers.

Definition at line 75 of file PointerTraits.h.

Member Typedef Documentation

◆ DataType

template<typename T >
typedef T til::PointerTraits< T * >::DataType

Definition at line 77 of file PointerTraits.h.

Member Data Documentation

◆ is_const

template<typename T >
const bool til::PointerTraits< T * >::is_const = false
static

Definition at line 78 of file PointerTraits.h.


The documentation for this struct was generated from the following file: