Searched defs:shadow_cmp (Results 1 – 1 of 1) sorted by relevance
159 template < class Cmp > struct shadow_cmp struct161 inline shadow_cmp(const Cmp& c) : cmp(c) {} in shadow_cmp() function163 inline bool operator()(const ShadowProxy1& x, const ShadowProxy2& y) const in operator ()()167 Cmp cmp;