std::ranges::transform_view<V,F>::sentinel<Const>::base
< cpp | ranges | transform view | sentinel
constexpr ranges::sentinel_t<Base> base() const; |
(C++20 起) | |
返回底层哨位的副本。
参数
(无)
返回值
底层哨位的副本。
示例
本节未完成 原因:暂无示例 |