Searched defs:RowColLessThan (Results 1 – 1 of 1) sorted by relevance
53 struct RowColLessThan { struct54 RowColLessThan(const int* rows, const int* cols) in RowColLessThan() function58 bool operator()(const int x, const int y) const { in operator ()()65 const int* rows;66 const int* cols;