Rosetta
Public Member Functions | Public Attributes | List of all members
tuple_arg_join< Char, T > Struct Template Reference

#include <ranges.h>

Inheritance diagram for tuple_arg_join< Char, T >:
Inheritance graph
[legend]

Public Member Functions

 tuple_arg_join (const std::tuple< T... > &t, basic_string_view< Char > s)
 

Public Attributes

const std::tuple< T... > & tuple
 
basic_string_view< Char > sep
 

Constructor & Destructor Documentation

◆ tuple_arg_join()

template<typename Char , typename... T>
tuple_arg_join< Char, T >::tuple_arg_join ( const std::tuple< T... > &  t,
basic_string_view< Char >  s 
)
inline

Member Data Documentation

◆ sep

template<typename Char , typename... T>
basic_string_view<Char> tuple_arg_join< Char, T >::sep

◆ tuple

template<typename Char , typename... T>
const std::tuple<T...>& tuple_arg_join< Char, T >::tuple

The documentation for this struct was generated from the following file: