A Discrete-Event Network Simulator
API
TypeTraits< T >::UnConst< U > Struct Template Reference

Not a const type. More...

Public Types

typedef U Result
 Non-const type. More...
 

Detailed Description

template<typename T>
template<typename U>
struct TypeTraits< T >::UnConst< U >

Not a const type.

Template Parameters
U[deduced] The type being inspected.

Definition at line 46 of file type-traits.h.

Member Typedef Documentation

template<typename T>
template<typename U>
typedef U TypeTraits< T >::UnConst< U >::Result

Non-const type.

Definition at line 48 of file type-traits.h.


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