Searched defs:EqAtPtr (Results 1 – 1 of 1) sorted by relevance
33 struct EqAtPtr : std::binary_function<Ptr, Ptr, bool> { struct34 bool operator()(const Ptr& x, const Ptr& y) const { return *x == *y; } in operator()