Namespaces
Variants

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

From cppreference.net
Ranges library
Range adaptors
/*sentinel*/ ( ) = default ;
(1) (C++23 이후)
constexpr /*sentinel*/ ( /*sentinel*/ < ! Const > i )

requires Const && std:: convertible_to < ranges:: sentinel_t < V > ,

ranges:: sentinel_t < const V >> ;
(2) (C++23 이후)
constexpr explicit /*sentinel*/ ( /*Parent*/ & parent ) ;
(3) (C++23 이후)
( 설명 전용* )

센티널을 구성합니다. 오버로드 (3) end() 에 의해 ranges::join_with_view 의 호출됩니다.

오버로드 end_
(1) 값 초기화됨
(2) std :: move ( s. end_  ) 로 초기화됨
(3) ranges:: end ( parent. base_  ) 로 초기화됨

매개변수

i - 가변 반복자에 해당하는 센티널
parent - a std::ranges::join_with_view object

예제