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

Base type, after removing &, * and const. More...

Public Types

typedef U Type
 Base type. More...
 

Detailed Description

template<typename T>
template<typename U>
struct ns3::TypeTraits< T >::Base< U >

Base type, after removing &, * and const.

Template Parameters
U[deduced] The type being inspected.

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

Member Typedef Documentation

template<typename T>
template<typename U>
typedef U ns3::TypeTraits< T >::Base< U >::Type

Base type.

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


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