ICP  1
Public Types | Static Public Member Functions | List of all members
pair_second< T1, T2 > Struct Template Reference

#include <icputils.h>

Public Types

typedef const T2 &(* second_t )(const std::pair< T1, T2 > &p)
 

Static Public Member Functions

static const T2 & second (const std::pair< T1, T2 > &p)
 

Detailed Description

template<typename T1, typename T2>
struct pair_second< T1, T2 >

Definition at line 477 of file icputils.h.

Member Typedef Documentation

template<typename T1 , typename T2 >
typedef const T2&(* pair_second< T1, T2 >::second_t)(const std::pair< T1, T2 > &p)

Definition at line 483 of file icputils.h.

Member Function Documentation

template<typename T1 , typename T2 >
static const T2& pair_second< T1, T2 >::second ( const std::pair< T1, T2 > &  p)
inlinestatic

Definition at line 479 of file icputils.h.


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