#include <fmt/ranges.h>
◆ formatter()
template<typename Tuple , typename Char >
◆ format()
template<typename Tuple , typename Char >
template<typename FormatContext >
auto formatter< Tuple, Char, enable_if_t< fmt::is_tuple_like< Tuple >::value &&fmt::is_tuple_formattable< Tuple, Char >::value > >::format |
( |
const Tuple & | value, |
|
|
FormatContext & | ctx ) const -> decltype(ctx.out()) |
|
inline |
◆ parse()
template<typename Tuple , typename Char >
◆ set_brackets()
template<typename Tuple , typename Char >
◆ set_separator()
template<typename Tuple , typename Char >
The documentation for this struct was generated from the following file: