Home
last modified time | relevance | path

Searched refs:shadow_cmp (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/graph/detail/
Dshadow_iterator.hpp159 template < class Cmp > struct shadow_cmp struct
161 inline shadow_cmp(const Cmp& c) : cmp(c) {} in shadow_cmp() function
Dpermutation.hpp173 make_shadow_iter(last, q.end()), shadow_cmp< Cmp >(cmp)); in sortp()
203 make_shadow_iter(last, q_inv.end()), shadow_cmp< Cmp >(cmp)); in sortv()