Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/ranges/range.adaptors/range.join/range.join.iterator/
H A Darrow.pass.cpp23 struct move_only_input_iter_with_arrow { struct
30 constexpr move_only_input_iter_with_arrow(Base it) : it_(std::move(it)) {} in move_only_input_iter_with_arrow() argument
36 constexpr move_only_input_iter_with_arrow& operator++() { in operator ++() argument
48 static_assert(!std::copyable<move_only_input_iter_with_arrow<int*>>); argument