WPILibC++ 2027.0.0-alpha-2
Loading...
Searching...
No Matches
tuple_join_view< Tuple, Char > Struct Template Reference

#include <fmt/ranges.h>

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

Public Member Functions

 tuple_join_view (const Tuple &t, basic_string_view< Char > s)
 

Public Attributes

const Tuple & tuple
 
basic_string_view< Char > sep
 

Constructor & Destructor Documentation

◆ tuple_join_view()

template<typename Tuple , typename Char >
tuple_join_view< Tuple, Char >::tuple_join_view ( const Tuple & t,
basic_string_view< Char > s )
inline

Member Data Documentation

◆ sep

template<typename Tuple , typename Char >
basic_string_view<Char> tuple_join_view< Tuple, Char >::sep

◆ tuple

template<typename Tuple , typename Char >
const Tuple& tuple_join_view< Tuple, Char >::tuple

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