命名空间
变体
操作

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

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

返回底层视图的副本。

[编辑] 返回值

[编辑] 示例