#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 const 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 const T& Init_reference |
typedef T* Pointer_equivalent |
typedef const T Value_opposite |
|
inlinestatic |
Definition at line 42 of file Tuple.h.
Referenced by Two_tuple< T >::operator[](), Three_tuple< int >::operator[](), and Four_tuple< T >::operator[]().