tmp/tmp4als29my/{from.md → to.md}
RENAMED
|
@@ -5,10 +5,11 @@ namespace std::ranges {
|
|
| 5 |
template<input_range V, indirect_unary_predicate<iterator_t<V>> Pred>
|
| 6 |
requires view<V> && is_object_v<Pred>
|
| 7 |
class filter_view<V, Pred>::sentinel {
|
| 8 |
private:
|
| 9 |
sentinel_t<V> end_ = sentinel_t<V>(); // exposition only
|
|
|
|
| 10 |
public:
|
| 11 |
sentinel() = default;
|
| 12 |
constexpr explicit sentinel(filter_view& parent);
|
| 13 |
|
| 14 |
constexpr sentinel_t<V> base() const;
|
|
|
|
| 5 |
template<input_range V, indirect_unary_predicate<iterator_t<V>> Pred>
|
| 6 |
requires view<V> && is_object_v<Pred>
|
| 7 |
class filter_view<V, Pred>::sentinel {
|
| 8 |
private:
|
| 9 |
sentinel_t<V> end_ = sentinel_t<V>(); // exposition only
|
| 10 |
+
|
| 11 |
public:
|
| 12 |
sentinel() = default;
|
| 13 |
constexpr explicit sentinel(filter_view& parent);
|
| 14 |
|
| 15 |
constexpr sentinel_t<V> base() const;
|