std::ranges::zip_transform_view<F,Views...>::sentinel
From cppreference.com
< cpp | ranges | zip transform view
| template< bool Const > class /*sentinel*/; |
(C++23から) (説明用*) |
|
zip_transform_view::end の戻り値の型。基になるビューが common_range でない場合に使用されます。
型 /*sentinel*/<true> または /*sentinel*/<false> は、基になるビューをそれぞれ const 修飾または非 const 修飾として扱います。
[編集] データメンバー
| メンバオブジェクト | 定義 |
inner_ (private) |
型 zentinel<Const> のセ(説明用のメンバオブジェクト*) |
[編集] メンバ関数
| センチネルを構築します (public member function) |
[編集] 非メンバ関数
| (C++23) |
セ〜ティネルと zip_transform_view::begin から返されるイテレータを比較します。 (関数) |
| (C++23) |
セ〜ティネルと zip_transform_view::begin から返されるイテレータの間の距離を計算します。 (関数) |