| H A D | iterator_facade.hpp | 135 // combinations, user-defined iterators must be derived from 435 class Derived 481 template <class Derived, class V, class TC, class R, class D> \ 484 Derived \ 532 , (iterator_facade<Derived, V, TC, R, D> const& 533 , typename Derived::difference_type) 539 , (typename Derived::difference_type 540 , iterator_facade<Derived, V, TC, R, D> const&) 600 static I& derived(iterator_facade<I,V,TC,R,D>& facade) in derived() function in boost::iterators::iterator_core_access 606 static I const& derived(iterator_facade<I,V,TC,R,D> const& facade) in derived() function in boost::iterators::iterator_core_access [all …]
|