Agora  1.2.0
Agora project
fmt::v8::tuple_join_view< Char, T > Struct Template Reference

#include <ranges.h>

Inheritance diagram for fmt::v8::tuple_join_view< Char, T >:
Collaboration diagram for fmt::v8::tuple_join_view< Char, T >:

Public Member Functions

 tuple_join_view (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_join_view()

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

Member Data Documentation

◆ sep

template<typename Char , typename... T>
basic_string_view<Char> fmt::v8::tuple_join_view< Char, T >::sep

◆ tuple

template<typename Char , typename... T>
const std::tuple<T...>& fmt::v8::tuple_join_view< Char, T >::tuple

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