WPILibC++ 2025.1.1
Loading...
Searching...
No Matches
tuple_join_view< Char, Tuple > Struct Template Reference

#include <fmt/ranges.h>

Inheritance diagram for tuple_join_view< Char, Tuple >:
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 Char , typename Tuple >
tuple_join_view< Char, Tuple >::tuple_join_view ( const Tuple & t,
basic_string_view< Char > s )
inline

Member Data Documentation

◆ sep

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

◆ tuple

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

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