std::ranges::join_with_view<V,Pattern>::sentinel
From cppreference.com
 
 
 < cpp | ranges | join with view 
 
 
 C++ 
 Feature test macros (C++20)
 Concepts library (C++20)
 Metaprogramming library (C++11)
 Ranges library (C++20)
 Filesystem library (C++17)
 Concurrency support library (C++11)
 Execution control library (C++26)
Ranges library 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
(C++23)(C++23)
  (C++26)(C++26)
(C++23)(C++23)
  (C++26)(C++26)
(C++26)(C++26)
  (C++23)(C++23)
(C++23)(C++23)
(C++23)(C++23)
(C++23)(C++23)
  (C++23)(C++23)
(C++23)
(C++23)(C++23)
(C++23)
(C++23)(C++23)
(C++23)(C++23)
(C++23)(C++23)
(C++23)(C++23)
(C++23)(C++23)
std::ranges::join_with_view 
 Sentinel
template< bool Const >
class /*sentinel*/
 
 (exposition only*) 
class /*sentinel*/
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
[edit] Data members
 Member
 Description