std::ranges::join_with_view<V,Pattern>::base
来自 cppreference.cn
< cpp | ranges | join with view
constexpr V base() const& requires std::copy_constructible<V>; |
(1) | (since C++23) |
constexpr V base() &&; |
(2) | (since C++23) |
返回底层视图的副本。
[编辑] 返回值
1)
base_
[编辑] 示例
本节尚不完整 原因:没有示例 |