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
是由 end()
的 ranges::join_with_view<V, Pattern> 返回的哨兵的类型。
如果迭代器与哨兵比较相等,则该迭代器是超出范围的迭代器。
内容 |
[编辑] 模板参数
Const | - | 哨兵是否对应于常量迭代器 |
[编辑] 嵌套类型
名称 | 定义 |
父类
|
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 返回的迭代器进行比较 (函数) |