ed
Public Types | Public Attributes | List of all members
ed::TypeWrapper< T > Struct Template Reference

#include <variant.h>

Public Types

typedef T & REFTYPE
 
typedef T TYPE
 

Public Attributes

const typedef T & CONSTREFTYPE
 
const typedef T CONSTTYPE
 

Detailed Description

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

Definition at line 14 of file variant.h.

Member Typedef Documentation

◆ REFTYPE

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

Definition at line 18 of file variant.h.

◆ TYPE

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

Definition at line 16 of file variant.h.

Member Data Documentation

◆ CONSTREFTYPE

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

Definition at line 19 of file variant.h.

◆ CONSTTYPE

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

Definition at line 17 of file variant.h.


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