std::ranges::transform_view<V,F>::sentinel
From cppreference.com
< cpp | ranges | transform view
| template< bool Const > class /*sentinel*/ |
(C++20以降) (説明用*) |
|
transform_view::end の戻り値の型。ただし、基になるビューが common_range でない場合。
const修飾されたオーバーロードからは/*sentinel*/<true>型が返されます。非const修飾されたオーバーロードからは/*sentinel*/<false>型が返されます。
目次 |
[編集] メンバー型
| メンバ型 | 定義 |
Parent (private) |
maybe_const <Const, ranges::transform_view<V, F>>(説明専用メンバ型*) |
Base (private) |
maybe_const <Const, V>(説明専用メンバ型*) |
[編集] データメンバー
| メンバオブジェクト | 定義 |
ranges::sentinel_t<Base> end_ (private) |
(possibly const-qualified) V から取得したセンチネル(説明用のメンバオブジェクト*) |
[編集] メンバ関数
| センチネルを構築します (public member function) | |
| 基盤となるセンチネルを返します (public member function) |
[編集] 非メンバ関数
| (C++20) |
transform_view::begin から返されたイテレータとセンチネルを比較します。 (関数) |
| (C++20) |
transform_view::begin から返されたイテレータとセンチネルの間の距離を計算します。 (関数) |