A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
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< typenameTypeTraits< T >::ReferencedType >::NonConstType Result
 The non-const, non reference type.
 

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 133 of file attribute-accessor-helper.h.

Member Typedef Documentation

◆ Result

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

The non-const, non reference type.

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


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