std::ranges::take_while_view<V,Pred>::sentinel<Const>::base
来自cppreference.com
< cpp | ranges | take while view | sentinel
| constexpr ranges::sentinel_t<Base> base() const; |
(C++20 起) | |
返回底层哨位。
[编辑] 参数
(无)
[编辑] 返回值
底层哨位的副本
[编辑] 示例
| 本节未完成 原因:暂无示例 |