|
template<class First , class Second > |
const First & | operator() (const std::pair< First, Second > &p) |
|
template<class First , class Second > |
const First & | operator() (const typename std::map< First, Second >::iterator &p) |
|
template<class First , class Second > |
First & | operator() (std::pair< First, Second > &p) |
|
template<class First , class Second > |
First & | operator() (typename std::map< First, Second >::iterator &p) |
|
Definition at line 28 of file nr-phy-mac-common.h.
◆ operator()() [1/4]
template<class First , class Second >
const First & ns3::GetFirst::operator() |
( |
const std::pair< First, Second > & |
p | ) |
|
|
inline |
◆ operator()() [2/4]
template<class First , class Second >
const First & ns3::GetFirst::operator() |
( |
const typename std::map< First, Second >::iterator & |
p | ) |
|
|
inline |
◆ operator()() [3/4]
template<class First , class Second >
First & ns3::GetFirst::operator() |
( |
std::pair< First, Second > & |
p | ) |
|
|
inline |
◆ operator()() [4/4]
template<class First , class Second >
First & ns3::GetFirst::operator() |
( |
typename std::map< First, Second >::iterator & |
p | ) |
|
|
inline |
The documentation for this struct was generated from the following file: