Home
last modified time | relevance | path

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

/llvm-project/libcxx/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