Searched defs:greater_ptr (Results 1 – 3 of 3) sorted by relevance
56 struct greater_ptr : public std::binary_function<Ty, Ty, bool> { struct57 bool operator()(const Ty* left, const Ty* right) const { in operator()
40 struct greater_ptr : public std::binary_function<Ty, Ty, bool> { struct41 bool operator()(const Ty* left, const Ty* right) const { in operator()
70 struct greater_ptr : public std::binary_function<Ty, Ty, bool> { struct71 bool operator()(const Ty* left, const Ty* right) const { in operator()