std::ranges::adjacent_view<V,N>::sentinel<Const>::sentinel
来自cppreference.com
| ||||||||||||||||||||||
| 范围原语 | |||||||
| |||||||
| 范围概念 | |||||||||||||||||||
| |||||||||||||||||||
| 范围工厂 | |||||||||
| |||||||||
| 范围适配器 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 辅助项 | |||||||||||||||||
|
| ||||||||||||||||
/*sentinel*/() = default;
|
(1) | (C++23 起) |
constexpr /*sentinel*/( /*sentinel*/<!Const> i )
requires Const &&
std::convertible_to<ranges::sentinel_t<V>, ranges::sentinel_t<Base>>;
|
(2) | (C++23 起) |
构造哨位。
此类型还拥有一个私有构造函数被用来构造 ranges::adjacent_view::end,用户无法访问此构造函数。
| i | - | /*sentinel*/<false>
|
| 本节未完成 原因:暂无示例 |