Searched defs:WithCmpOp (Results 1 – 1 of 1) sorted by relevance
23 struct WithCmpOp struct27 WithCmpOp() : _first(0), _second(0){}; in WithCmpOp() argument28 explicit WithCmpOp(int32_t x) : _first(x), _second(x){}; in WithCmpOp() function30 operator<(const WithCmpOp& rhs) const in operator <() argument