Home
last modified time | relevance | path

Searched refs:AlmostInputIterator (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.lazy.split/
H A Dconstraints.compile.pass.cpp68 struct AlmostInputIterator { struct
74 constexpr AlmostInputIterator& operator++();
76 constexpr bool operator==(const AlmostInputIterator&) const;
79 static_assert( std::input_or_output_iterator<AlmostInputIterator>);
80 static_assert(!std::input_iterator<AlmostInputIterator>);
83 AlmostInputIterator begin() const;
84 AlmostInputIterator end() const;