#include <Tuple.h>
Public Types | |
typedef T * | Value |
typedef const T * | Value_opposite |
typedef T ** | Pointer |
typedef const T ** | Const_pointer |
typedef T *& | Reference |
typedef T * | Init_reference |
typedef const T *& | Const_reference |
typedef T ** | Pointer_equivalent |
Static Public Member Functions | |
static Reference | ref (Pointer_equivalent p) |
typedef const T** Const_pointer |
typedef const T*& Const_reference |
typedef T* Init_reference |
typedef T** Pointer_equivalent |
typedef const T* Value_opposite |
|
inlinestatic |