Home
last modified time | relevance | path

Searched defs:shadow_iterator_policies (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/graph/detail/
Dshadow_iterator.hpp78 struct shadow_iterator_policies struct
80 template < typename iter_pair > void initialize(const iter_pair&) {} in initialize()
83 typename Iter::reference dereference(const Iter& i) const in dereference()
89 bool equal(const Iter& p1, const Iter& p2) const in equal()
93 template < typename Iter > void increment(Iter& i) in increment()
99 template < typename Iter > void decrement(Iter& i) in decrement()
105 template < typename Iter > bool less(const Iter& x, const Iter& y) const in less()
110 typename Iter::difference_type distance( in distance()
115 template < typename D, typename Iter > void advance(Iter& p, D n) in advance()