mesh_conv::comparator_less_int_int Class Reference

#include <MC_int_vector.hpp>

List of all members.

Public Member Functions

bool operator() (const std::pair< int, int > a, const std::pair< int, int > b) const

Detailed Description

Definition at line 40 of file MC_int_vector.hpp.


Member Function Documentation

bool mesh_conv::comparator_less_int_int::operator() ( const std::pair< int, int >  a,
const std::pair< int, int >  b 
) const [inline]

Definition at line 43 of file MC_int_vector.hpp.

00044         {return (a.first<b.first);}


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

Generated on Sun Apr 18 20:24:48 2010 by  doxygen 1.6.1