Searched defs:less_ptr (Results 1 – 1 of 1) sorted by relevance
53 struct less_ptr { struct56 using first_argument_type = Ty;57 using second_argument_type = Ty;58 using result_type = bool;59 bool operator()(const Ty* left, const Ty* right) const { in operator()