Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | Private Member Functions | List of all members
equal1st< S > Struct Template Reference

Functor for comparing the firsts of pairs to a specified value. More...

Public Member Functions

 equal1st (const S &val)
 
template<typename T >
bool operator() (const std::pair< S, T > &a) const
 

Public Attributes

const S & val
 

Private Member Functions

const equal1stoperator= (const equal1st &rhs)
 

Detailed Description

template<typename S>
struct equal1st< S >

Functor for comparing the firsts of pairs to a specified value.

Definition at line 48 of file TerrainOverlay.cpp.

Constructor & Destructor Documentation

template<typename S >
equal1st< S >::equal1st ( const S &  val)
inline

Definition at line 51 of file TerrainOverlay.cpp.

Member Function Documentation

template<typename S >
template<typename T >
bool equal1st< S >::operator() ( const std::pair< S, T > &  a) const
inline

Definition at line 52 of file TerrainOverlay.cpp.

template<typename S >
const equal1st& equal1st< S >::operator= ( const equal1st< S > &  rhs)
private

Member Data Documentation

template<typename S >
const S& equal1st< S >::val

Definition at line 50 of file TerrainOverlay.cpp.


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