join_view() requires std::default_initializable<V> = default; | (1) | (since C++20) |
constexpr explicit join_view( V base ); | (2) | (since C++20) |
Constructs a join_view.
base() returns a copy of V().std::move(base).| base | - | a view of ranges to be flattened |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/ranges/join_view/join_view