#include <ranges.h>
Public Member Functions | |
tuple_join_view (const std::tuple< T... > &t, basic_string_view< Char > s) | |
Public Attributes | |
basic_string_view< Char > | sep |
const std::tuple< T... > & | tuple |
|
inline |
basic_string_view<Char> tuple_join_view< Char, T >::sep |
const std::tuple<T...>& tuple_join_view< Char, T >::tuple |