Namespaces
Variants

std::ranges::join_view<V>:: join_view

From cppreference.net
Ranges library
Range adaptors
join_view ( ) requires std:: default_initializable < V > = default ;
(1) (C++20以降)
constexpr explicit join_view ( V base ) ;
(2) (C++20以降)

join_view を構築します。

1) デフォルトコンストラクタ。 値初期化 により基盤となるビューを初期化します。構築後、 base() V ( ) のコピーを返します。
2) 基盤となるビューを std :: move ( base ) で初期化します。

パラメータ

base - 平坦化される範囲のビュー