Home
last modified time | relevance | path

Searched defs:arrow_input_iter (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.cpp72 struct arrow_input_iter { struct
79 arrow_input_iter() = default; argument
80 constexpr arrow_input_iter(Base it) : it_(std::move(it)) {} in arrow_input_iter() function
82 constexpr arrow_input_iter& operator++() { in operator ++() argument
91 friend constexpr bool operator==(const arrow_input_iter& x, const arrow_input_iter& y) = default; argument