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... | |
The non-const and non-reference type equivalent to T
.
T | The original (possibly qualified) type. |
Definition at line 140 of file attribute-accessor-helper.h.
typedef TypeTraits<typename TypeTraits<T>::ReferencedType>::NonConstType ns3::AccessorTrait< T >::Result |
The non-const, non reference type.
Definition at line 143 of file attribute-accessor-helper.h.