A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::TimerTraits< T > Struct Template Reference

Type and reference traits for TimerImpl arguments. More...

#include "timer-impl.h"

Public Types

typedef const StoredTypeParameterType
 Parameter type for an argument.
 
typedef TypeTraits< typenameTypeTraits< T >::ReferencedType >::NonConstType StoredType
 Storage type for an argument.
 

Detailed Description

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

Type and reference traits for TimerImpl arguments.

Definition at line 237 of file timer-impl.h.

Member Typedef Documentation

◆ ParameterType

template<typename T >
typedef const StoredType& ns3::TimerTraits< T >::ParameterType

Parameter type for an argument.

Definition at line 242 of file timer-impl.h.

◆ StoredType

template<typename T >
typedef TypeTraits<typenameTypeTraits<T>::ReferencedType>::NonConstType ns3::TimerTraits< T >::StoredType

Storage type for an argument.

Definition at line 240 of file timer-impl.h.


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