Searched defs:less_ptr (Results 1 – 1 of 1) sorted by relevance
43 struct less_ptr : public std::binary_function<Ty, Ty, bool> { struct44 bool operator()(const Ty* left, const Ty* right) const { in operator()