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