Namespaces
Variants
Actions

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

From cppreference.com
 
 
Ranges library
 
 
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.

[edit] Template parameters

Const - whether the sentinel corresponds to a constant iterator

[edit] Nested types

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*)

[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]
Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/ranges/join_with_view/sentinel&oldid=175782"

AltStyle によって変換されたページ (->オリジナル) /