std::ranges::join_with_view<V,Pattern>::sentinel
来自 cppreference.cn
< 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 | - | 哨位是否对应于一个 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 返回的迭代器进行比较 (函数) |