moab
|
Comparision function used in std::set. More...
#include <TypeSequenceManager.hpp>
Public Member Functions | |
bool | operator() (const EntitySequence *a, const EntitySequence *b) const |
Comparision function used in std::set.
Define less-than comparison for EntitySequence pointers as a comparison of the entity handles in the pointed-to EntitySequences.
Definition at line 29 of file TypeSequenceManager.hpp.
bool moab::TypeSequenceManager::SequenceCompare::operator() | ( | const EntitySequence * | a, |
const EntitySequence * | b | ||
) | const [inline] |
Definition at line 30 of file TypeSequenceManager.hpp.
: bool operator()( const EntitySequence* a, const EntitySequence* b ) const { return a->end_handle() < b->start_handle(); }