TypeOp<T>::Type = T, TypeOp<T>::ConstType = const T, TypeOp<T>::NonConstType = non-const T. More...
#include <traits.h>
Public Types | |
typedef T | Type |
TypeOp<T>::Type = T. More... | |
typedef const T | ConstType |
TypeOp<T>::ConstType = const T. More... | |
typedef T | NonConstType |
TypeOp<T>::NonConstType = non-const T. More... | |
TypeOp<T>::Type = T, TypeOp<T>::ConstType = const T, TypeOp<T>::NonConstType = non-const T.
<
<T> | type to convert |
typedef const T reflex::TypeOp< T >::ConstType |
TypeOp<T>::ConstType = const T.
typedef T reflex::TypeOp< T >::NonConstType |
TypeOp<T>::NonConstType = non-const T.
typedef T reflex::TypeOp< T >::Type |
TypeOp<T>::Type = T.