Namespaces
Variants

std::ranges::zip_transform_view<F,Views...>:: 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 < /*zentinel*/ < false > , /*zentinel*/ < Const >> ;
(2) (C++23以降)
constexpr explicit /*sentinel*/ ( /*zentinel*/ < Const > inner ) ;
(3) ( 説明専用* )

センチネルを構築します。

1) デフォルトコンストラクタ。 デフォルト初期化 により基盤となるセンチネルオブジェクト inner_ を初期化します。
2) /*sentinel*/ < false > から /*sentinel*/ < true > への変換。基盤オブジェクト inner_ std :: move ( i. inner_ ) でムーブ構築する。
3) Value-initializes 基となるオブジェクト inner_ inner で初期化します。このコンストラクタはユーザーからアクセスできません。

パラメータ

i - a /*sentinel*/ < false >
inner - zentinel < Const > の基盤オブジェクト