Definition at line 25 of file FastReducer.cxx.
◆ operator()()
bool IndexVecComp::operator() |
( |
const std::vector< std::size_t > & |
lhs, |
|
|
const std::vector< std::size_t > & |
rhs |
|
) |
| |
|
inline |
Definition at line 26 of file FastReducer.cxx.
28 if(lhs.size() < rhs.size()){
return true;}
29 if(rhs.size() < rhs.size()){
return false;}
31 for(std::size_t
i = 0;
i < lhs.size(); ++
i){
32 if(lhs[
i] > rhs[
i]){
return false;}
The documentation for this struct was generated from the following file: