Ark Server API (ASE) - Wiki
|
#include <MetaProgramming.h>
Public Types | |
typedef T | TYPE |
typedef const T | CONSTTYPE |
typedef T & | REFTYPE |
typedef const T & | CONSTREFTYPE |
Definition at line 132 of file MetaProgramming.h.
typedef const T& Poco::TypeWrapper< T & >::CONSTREFTYPE |
Definition at line 137 of file MetaProgramming.h.
typedef const T Poco::TypeWrapper< T & >::CONSTTYPE |
Definition at line 135 of file MetaProgramming.h.
typedef T& Poco::TypeWrapper< T & >::REFTYPE |
Definition at line 136 of file MetaProgramming.h.
typedef T Poco::TypeWrapper< T & >::TYPE |
Definition at line 134 of file MetaProgramming.h.