std::ranges::join_with_view<V,Pattern>::sentinel
来自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_
|
父范围的哨位 (仅用于阐述的成员对象*) |
成员函数
构造哨位 (公开成员函数) |
非成员函数
(C++23) |
比较哨位与 join_with_view::begin 返回的迭代器 (函数) |