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 122 of file MetaProgramming.h.
typedef const T& Poco::TypeWrapper< const T & >::CONSTREFTYPE |
Definition at line 127 of file MetaProgramming.h.
typedef const T Poco::TypeWrapper< const T & >::CONSTTYPE |
Definition at line 125 of file MetaProgramming.h.
typedef T& Poco::TypeWrapper< const T & >::REFTYPE |
Definition at line 126 of file MetaProgramming.h.
typedef T Poco::TypeWrapper< const T & >::TYPE |
Definition at line 124 of file MetaProgramming.h.