Searched refs:AlmostInputIterator (Results 1 – 1 of 1) sorted by relevance
68 struct AlmostInputIterator { struct74 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;