命名空间
变体
操作

std::ranges::join_with_view<V,Pattern>::base

来自 cppreference.com
 
 
范围库
范围适配器
 
 
constexpr V base() const& requires std::copy_constructible<V>;
(1) (自 C++23 起)
constexpr V base() &&;
(2) (自 C++23 起)

返回底层视图的副本。

[编辑] 返回值

[编辑] 示例