Namespaces
Variants
Actions

std::ranges::join_with_view<V,Pattern>::sentinel

From cppreference.com
 
 
Ranges library
Range adaptors
 
 
template<bool Const >
class/*sentinel*/
(exposition only*)

ranges::join_with_view<V, Pattern>::sentinel is the type of the sentinels returned by end() of ranges::join_with_view<V, Pattern>.

If an iterator compares equal with a sentinel, the iterator is a past-the-end iterator.

Contents

[edit]Template parameters

Const - whether the sentinel corresponds to a constant iterator

[edit]Nested types

Name Definition
Parentmaybe-const <Const, ranges::join_with_view<V, Pattern>>
(exposition-only member type*)
Basemaybe-const <Const, V>
(exposition-only member type*)

[edit]Data members

Member Description
ranges::sentinel_t<Base >end_ the sentinel of the parent range
(exposition-only member object*)

[edit]Member functions

constructs a sentinel
(public member function)[edit]

[edit]Non-member functions

(C++23)
compares a sentinel with an iterator returned from join_with_view::begin
(function)[edit]
close