iterator_facade.hpp | 122 // combinations, user-defined iterators must be derived from 457 template <class Derived, class V, class TC, class R, class D> \ 458 prefix Derived operator+ args 497 , (iterator_facade<Derived, V, TC, R, D> const& 498 , typename Derived::difference_type) 504 , (typename Derived::difference_type 505 , iterator_facade<Derived, V, TC, R, D> const&) 565 static I& derived(iterator_facade<I,V,TC,R,D>& facade) function in class:boost::iterator_core_access 571 static I const& derived(iterator_facade<I,V,TC,R,D> const& facade) function in class:boost::iterator_core_access 586 class Derived // The derived iterator type being constructe 604 Derived& derived() function in class:boost::iterator_facade 609 Derived const& derived() const function in class:boost::iterator_facade [all...] |