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 112 of file MetaProgramming.h.
typedef const T& Poco::TypeWrapper< const T >::CONSTREFTYPE |
Definition at line 117 of file MetaProgramming.h.
typedef const T Poco::TypeWrapper< const T >::CONSTTYPE |
Definition at line 115 of file MetaProgramming.h.
typedef T& Poco::TypeWrapper< const T >::REFTYPE |
Definition at line 116 of file MetaProgramming.h.
typedef T Poco::TypeWrapper< const T >::TYPE |
Definition at line 114 of file MetaProgramming.h.