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