Ark Server API (ASE) - Wiki
|
Use the type wrapper if you want to decouple constness and references from template types. More...
#include <MetaProgramming.h>
Public Types | |
typedef T | TYPE |
typedef const T | CONSTTYPE |
typedef T & | REFTYPE |
typedef const T & | CONSTREFTYPE |
Use the type wrapper if you want to decouple constness and references from template types.
Definition at line 101 of file MetaProgramming.h.
typedef const T& Poco::TypeWrapper< T >::CONSTREFTYPE |
Definition at line 107 of file MetaProgramming.h.
typedef const T Poco::TypeWrapper< T >::CONSTTYPE |
Definition at line 105 of file MetaProgramming.h.
typedef T& Poco::TypeWrapper< T >::REFTYPE |
Definition at line 106 of file MetaProgramming.h.
typedef T Poco::TypeWrapper< T >::TYPE |
Definition at line 104 of file MetaProgramming.h.