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