Mesh Oriented datABase
(version 5.4.1)
Array-based unstructured mesh datastructure
|
Comparison function used in std::set. More...
#include <TypeSequenceManager.hpp>
Public Member Functions | |
bool | operator() (const T *a, const T *b) const |
Comparison 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 31 of file TypeSequenceManager.hpp.
bool moab::TypeSequenceManager::SequenceCompare< T >::operator() | ( | const T * | a, |
const T * | b | ||
) | const [inline] |
Definition at line 34 of file TypeSequenceManager.hpp.
{
return a->end_handle() < b->start_handle();
}