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