|
bool | operator() (const std::vector< unsigned > &a, const std::vector< unsigned > &b) const |
|
Map type for lookup of ProcHandleMapType instance by rank
Definition at line 131 of file SharedSetData.hpp.
◆ operator()()
bool moab::SharedSetData::less_vect::operator() |
( |
const std::vector< unsigned > & |
a, |
|
|
const std::vector< unsigned > & |
b |
|
) |
| const |
|
inline |
Definition at line 133 of file SharedSetData.hpp.
136 if( a.size() != b.size() )
return a.size() < b.size();
139 while( i != a.size() && a[i] == b[i] )
141 return i != a.size() && a[i] < b[i];
The documentation for this struct was generated from the following file: