reflex::TypeOp< T > Struct Template Reference

updated Wed Apr 10 2024 by Robert van Engelen
 
Public Types | List of all members
reflex::TypeOp< T > Struct Template Reference

TypeOp<T>::Type = T, TypeOp<T>::ConstType = const T, TypeOp<T>::NonConstType = non-const T. More...

#include <traits.h>

Public Types

typedef T Type
 TypeOp<T>::Type = T. More...
 
typedef const T ConstType
 TypeOp<T>::ConstType = const T. More...
 
typedef T NonConstType
 TypeOp<T>::NonConstType = non-const T. More...
 

Detailed Description

template<typename T>
struct reflex::TypeOp< T >

TypeOp<T>::Type = T, TypeOp<T>::ConstType = const T, TypeOp<T>::NonConstType = non-const T.

<

Template Parameters
<T>type to convert

Member Typedef Documentation

template<typename T>
typedef const T reflex::TypeOp< T >::ConstType
template<typename T>
typedef T reflex::TypeOp< T >::NonConstType

TypeOp<T>::NonConstType = non-const T.

template<typename T>
typedef T reflex::TypeOp< T >::Type

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