std::ranges::zip_view<Views...>::sentinel
From cppreference.com
| template< bool Const > class /*sentinel*/; |
(C++23から) (説明用*) |
|
基になるビューがcommon_rangeではない場合にzip_view::endから返される型のことを指します。
型 /*sentinel*/<true> または /*sentinel*/<false> は、それぞれ基になるビューをconst修飾または非const修飾として扱います。
[編集] データメンバー
| メンバ名 | 定義 |
end_ (private) |
|
[編集] メンバ関数
| センチネルを構築します (public member function) |
[編集] 非メンバ関数
| (C++23) |
zip_view::beginから返されたイテレータとセンチネルを比較します。 (関数) |
| (C++23) |
zip_view::beginから返されたイテレータとセンチネルの間の距離を計算します。 (関数) |