std::ranges::join_with_view<V,Pattern>::sentinel
From cppreference.com
< cpp | ranges | join with view
| template< bool Const > class /*sentinel*/ |
(説明用*) | |
ranges::join_with_view<V, Pattern>::sentinel は、 ranges::join_with_view<V, Pattern> の end() によって返されるセンチネルの型です。
イテレータがセンチネルと等価である場合、そのイテレータは終端後イテレータです。
目次 |
[編集] テンプレートパラメータ
| Const | - | センチネルが定数イテレータに対応するかどうか |
[編集] ネストされた型
| 名前 | 定義 |
Parent
|
maybe_const <Const, ranges::join_with_view<V, Pattern>>(説明専用メンバ型*) |
Base
|
maybe_const <Const, V>(説明専用メンバ型*) |
[編集] データメンバー
| メンバ | 説明 |
ranges::sentinel_t<Base > end_ |
親レンジのセンチネル (説明用のメンバオブジェクト*) |
[編集] メンバー関数
| センチネルを構築します (public member function) |
[編集] 非メンバー関数
| (C++23) |
join_with_view::begin から返されたイテレータと比較します (関数) |