A Discrete-Event Network Simulator
API
ns3::AccessorTrait< T > Struct Template Reference

The non-const and non-reference type equivalent to T. More...

#include "attribute-accessor-helper.h"

Public Types

typedef TypeTraits< typename TypeTraits< T >::ReferencedType >::NonConstType Result
 The non-const, non reference type. More...
 

Detailed Description

template<typename T>
struct ns3::AccessorTrait< T >

The non-const and non-reference type equivalent to T.

Template Parameters
T[explicit] The original (possibly qualified) type.

Definition at line 141 of file attribute-accessor-helper.h.

Member Typedef Documentation

template<typename T>
typedef TypeTraits<typename TypeTraits<T>::ReferencedType>::NonConstType ns3::AccessorTrait< T >::Result

The non-const, non reference type.

Definition at line 144 of file attribute-accessor-helper.h.


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