Searched defs:arrow_input_iter (Results 1 – 1 of 1) sorted by relevance
72 struct arrow_input_iter { struct79 arrow_input_iter() = default; argument80 constexpr arrow_input_iter(Base it) : it_(std::move(it)) {} in arrow_input_iter() function82 constexpr arrow_input_iter& operator++() { in operator ++() argument91 friend constexpr bool operator==(const arrow_input_iter& x, const arrow_input_iter& y) = default; argument