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

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
 

Detailed Description

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

Use the type wrapper if you want to decouple constness and references from template types.

Definition at line 101 of file MetaProgramming.h.

Member Typedef Documentation

◆ CONSTREFTYPE

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

Definition at line 107 of file MetaProgramming.h.

◆ CONSTTYPE

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

Definition at line 105 of file MetaProgramming.h.

◆ REFTYPE

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

Definition at line 106 of file MetaProgramming.h.

◆ TYPE

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

Definition at line 104 of file MetaProgramming.h.


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