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

using Result = std::remove_cvref_t<T>
 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 122 of file attribute-accessor-helper.h.

Member Typedef Documentation

◆ Result

template<typename T >
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.


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