Searched defs:iterator_wrapper (Results 1 – 2 of 2) sorted by relevance
35 struct iterator_wrapper struct39 explicit iterator_wrapper(Iter iter) in iterator_wrapper() argument54 iterator_wrapper<typename boost::remove_reference<Cont>::type::const_iterator> argument
28 class iterator_wrapper { class32 constexpr explicit iterator_wrapper(I i) noexcept : base_(std::move(i)) {} in iterator_wrapper() function in iterator_wrapper