Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/example/
Dmixed.cpp35 struct iterator_wrapper struct
39 explicit iterator_wrapper(Iter iter) in iterator_wrapper() argument
54 iterator_wrapper<typename boost::remove_reference<Cont>::type::const_iterator> argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/iterator.requirements/iterator.cust/iterator.cust.move/
H A Diter_move.pass.cpp28 class iterator_wrapper { class
32 constexpr explicit iterator_wrapper(I i) noexcept : base_(std::move(i)) {} in iterator_wrapper() function in iterator_wrapper