std::ranges::zip_view<Views...>::sentinel
来自 cppreference.cn
template< bool Const > class /*sentinel*/; |
(since C++23) (仅为说明用途*) |
|
当底层视图不是 common_range 时,zip_view::end
的返回类型。
类型 /*sentinel*/<true> 或 /*sentinel*/<false> 分别将底层视图视为 const 限定或非 const 限定。
[edit] 数据成员
成员名称 | 定义 |
end_ (私有) |
|
[edit] 成员函数
构造一个哨位 (公共成员函数) |
[edit] 非成员函数
(C++23) |
将哨位与从 zip_view::begin 返回的迭代器进行比较 (函数) |
(C++23) |
计算哨位与从 zip_view::begin 返回的迭代器之间的距离 (函数) |