#include <icputils.h>
|
| typedef const T2 &(* | second_t )(const std::pair< T1, T2 > &p) |
| |
|
| static const T2 & | second (const std::pair< T1, T2 > &p) |
| |
template<typename T1, typename T2>
struct pair_second< T1, T2 >
Definition at line 477 of file icputils.h.
template<typename T1 , typename T2 >
| typedef const T2&(* pair_second< T1, T2 >::second_t)(const std::pair< T1, T2 > &p) |
template<typename T1 , typename T2 >
| static const T2& pair_second< T1, T2 >::second |
( |
const std::pair< T1, T2 > & |
p | ) |
|
|
inlinestatic |
The documentation for this struct was generated from the following file: