A Discrete-Event Network Simulator
API
ns3::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 ns3::TypeTraits< T >::UnConst< U >

Not a const type.

Template Parameters
U[deduced] The type being inspected.

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

Member Typedef Documentation

◆ Result

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

Non-const type.

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


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