Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
Poco::TypeWrapper< 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< T & >

Definition at line 132 of file MetaProgramming.h.

Member Typedef Documentation

◆ CONSTREFTYPE

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

Definition at line 137 of file MetaProgramming.h.

◆ CONSTTYPE

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

Definition at line 135 of file MetaProgramming.h.

◆ REFTYPE

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

Definition at line 136 of file MetaProgramming.h.

◆ TYPE

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

Definition at line 134 of file MetaProgramming.h.


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