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