| ||||||||||||||||||||||
| Range primitives | |||||||
| |||||||
| Range concepts | |||||||||||||||||||
| |||||||||||||||||||
| Range factories | |||||||||
| |||||||||
| Range adaptors | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Helper items | |||||||||||||||||
| |||||||||||||||||
template<bool Const> class/*sentinel*/ | (exposition only*) | |
ranges::join_with_view<V, Pattern>::sentinel is the type of the sentinels returned byend() ofranges::join_with_view<V, Pattern>.
If an iterator compares equal with a sentinel, the iterator is a past-the-end iterator.
Contents |
| Const | - | whether the sentinel corresponds to a constant iterator |
| Name | Definition |
Parent | maybe-const <Const,ranges::join_with_view<V, Pattern>>(exposition-only member type*) |
Base | maybe-const <Const, V>(exposition-only member type*) |
| Member | Description |
ranges::sentinel_t<Base >end_ | the sentinel of the parent range (exposition-only member object*) |
| constructs a sentinel (public member function)[edit] |
(C++23) | compares a sentinel with an iterator returned fromjoin_with_view::begin (function)[edit] |