Namespaces
Variants

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

From cppreference.net
Ranges library
Range adaptors
constexpr V Basis ( ) const & erfordert std:: copy_constructible < V > ;
(1) (seit C++23)
constexpr V Basis ( ) && ;
(2) (seit C++23)

Gibt eine Kopie der zugrundeliegenden Ansicht zurück.

Rückgabewert

Beispiel