CMS 3D CMS Logo

Public Member Functions

pair2_less< T > Struct Template Reference

#include <special_less.h>

Inheritance diagram for pair2_less< T >:
binary_function

List of all members.

Public Member Functions

bool operator() (const T &x, const T &y) const

Detailed Description

template<class T>
struct pair2_less< T >

Definition at line 19 of file special_less.h.


Member Function Documentation

template<class T >
bool pair2_less< T >::operator() ( const T x,
const T y 
) const [inline]

Definition at line 20 of file special_less.h.

  {return x.second < y.second;}