mesh_conv::MC_int_pair_unique_less Class Reference

a comparator functor More...

#include <MC_int_pair_unique.hpp>

List of all members.

Public Member Functions

bool operator() (const MC_int_pair_unique &p0, const MC_int_pair_unique &p1) const

Detailed Description

a comparator functor

Definition at line 107 of file MC_int_pair_unique.hpp.


Member Function Documentation

bool mesh_conv::MC_int_pair_unique_less::operator() ( const MC_int_pair_unique p0,
const MC_int_pair_unique p1 
) const [inline]

Definition at line 110 of file MC_int_pair_unique.hpp.

00111         {
00112 
00113             if( p0(0)<p1(0) || (p0(0)==p1(0) && p0(1)<p1(1)) )
00114                 return true;
00115 
00116             return false;
00117         }


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