The non-const and non-reference type equivalent to T . More...
#include "attribute-accessor-helper.h"
Public Types | |
using | Result = std::remove_cvref_t<T> |
The non-const, non reference type. | |
The non-const and non-reference type equivalent to T .
T | [explicit] The original (possibly qualified) type. |
Definition at line 122 of file attribute-accessor-helper.h.
using ns3::AccessorTrait< T >::Result = std::remove_cvref_t<T> |
The non-const, non reference type.
Definition at line 125 of file attribute-accessor-helper.h.