WPILibC++ 2024.3.2
tuple_join_view< Char, T > Struct Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/fmtlib/include/fmt/ranges.h>

Inheritance diagram for tuple_join_view< Char, T >:
detail::view

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>
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> tuple_join_view< Char, T >::sep

◆ tuple

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

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