Public Member Functions

Swift::PairSecondEquals< K, V > Class Template Reference

List of all members.

Public Member Functions

 PairSecondEquals (const V &value)
bool operator() (const std::pair< K, V > &pair) const

Detailed Description

template<typename K, typename V>
class Swift::PairSecondEquals< K, V >

Definition at line 137 of file Algorithm.h.


Constructor & Destructor Documentation

template<typename K , typename V >
Swift::PairSecondEquals< K, V >::PairSecondEquals ( const V &  value  )  [inline]

Definition at line 139 of file Algorithm.h.


Member Function Documentation

template<typename K , typename V >
bool Swift::PairSecondEquals< K, V >::operator() ( const std::pair< K, V > &  pair  )  const [inline]

Definition at line 142 of file Algorithm.h.