Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
compare2nd Struct Reference

Functor for sorting pairs, using the <-ordering of their second values. More...

Public Member Functions

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

Detailed Description

Functor for sorting pairs, using the <-ordering of their second values.

Definition at line 39 of file TerrainOverlay.cpp.

Member Function Documentation

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

Definition at line 41 of file TerrainOverlay.cpp.


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