std::ranges::join_with_view<V,Pattern>::sentinel

来自cppreference.com
 
 
范围库
范围适配器
 
 
template< bool Const >
class /*sentinel*/
(仅用于阐述*)

ranges::join_with_view<V, Pattern>::sentinelranges::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_ 父范围的哨位
(仅用于阐述的成员对象*)

成员函数

构造哨位
(公开成员函数)

非成员函数

比较哨位与 join_with_view::begin 返回的迭代器
(函数)