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

Traits for const C pointerss. More...

#include <til/PointerTraits.h>

Public Types

typedef T DataType
 

Static Public Attributes

static const bool is_const = true
 

Detailed Description

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

Traits for const C pointerss.

Definition at line 67 of file PointerTraits.h.

Member Typedef Documentation

◆ DataType

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

Definition at line 69 of file PointerTraits.h.

Member Data Documentation

◆ is_const

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

Definition at line 70 of file PointerTraits.h.


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