Searched defs:cmp_lt_ptr (Results 1 – 2 of 2) sorted by relevance
84 template<typename _Tp> struct cmp_lt_ptr struct86 cmp_lt_ptr() {} in cmp_lt_ptr() function87 bool operator ()(const _Tp* a, const _Tp* b) const { return *a < *b; } in operator ()()
84 template<typename _Tp> struct cmp_lt_ptr struct86 cmp_lt_ptr() {} in cmp_lt_ptr() argument87 bool operator ()(const _Tp* a, const _Tp* b) const { return *a < *b; } in operator ()()