std::ranges::adjacent_view<V,N>::sentinel<Const>::sentinel
来自cppreference.com
< cpp | ranges | adjacent view | sentinel
范围库
std::ranges::adjacent_view
/*sentinel*/()
= default;
|
(1) | (C++23 起) |
constexpr
/*sentinel*/(
/*sentinel*/<!Const>
i )
requires Const && |
(2) | (C++23 起) |
构造哨位。
此类型还拥有两个私有构造函数被应用于 adjacent_view::end, 此构造函数无法被用户访问。
参数
i | - | /*sentinel*/<false> |
示例
本节未完成 原因:暂无示例 |