Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
Poco::TypeWrapper< const T > Struct Template Reference

#include <MetaProgramming.h>

Public Types

typedef T TYPE
 
typedef const T CONSTTYPE
 
typedef T & REFTYPE
 
typedef const T & CONSTREFTYPE
 

Detailed Description

template<typename T>
struct Poco::TypeWrapper< const T >

Definition at line 112 of file MetaProgramming.h.

Member Typedef Documentation

◆ CONSTREFTYPE

template<typename T >
typedef const T& Poco::TypeWrapper< const T >::CONSTREFTYPE

Definition at line 117 of file MetaProgramming.h.

◆ CONSTTYPE

template<typename T >
typedef const T Poco::TypeWrapper< const T >::CONSTTYPE

Definition at line 115 of file MetaProgramming.h.

◆ REFTYPE

template<typename T >
typedef T& Poco::TypeWrapper< const T >::REFTYPE

Definition at line 116 of file MetaProgramming.h.

◆ TYPE

template<typename T >
typedef T Poco::TypeWrapper< const T >::TYPE

Definition at line 114 of file MetaProgramming.h.


The documentation for this struct was generated from the following file: