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

More...

#include "wifi-mgt-header.h"

Public Types

typedef std::optional< T > type
 typedef for the resulting optional type
 

Detailed Description

template<class T>
struct ns3::internal::GetStoredIe< std::optional< T > >
Template Parameters
T[explicit] An Information Element type

Provides the type used to store Information Elements in the tuple held by WifiMgtHeader:

  • a mandatory Information Element of type T is stored as std::optional<T>
  • an optional Information Element of type T is stored as std::optional<T>
  • an Information Element of type T that can appear 0 or more times is stored as std::vector<T>

Definition at line 61 of file wifi-mgt-header.h.

Member Typedef Documentation

◆ type

template<class T >
typedef std::optional<T> ns3::internal::GetStoredIe< std::optional< T > >::type

typedef for the resulting optional type

Definition at line 64 of file wifi-mgt-header.h.


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