WPILibC++ 2025.1.1
Loading...
Searching...
No Matches
nested_formatter< T, Char > Struct Template Reference

#include <fmt/format.h>

Public Member Functions

constexpr nested_formatter ()
 
FMT_CONSTEXPR auto parse (parse_context< Char > &ctx) -> const Char *
 
template<typename FormatContext , typename F >
auto write_padded (FormatContext &ctx, F write) const -> decltype(ctx.out())
 
auto nested (const T &value) const -> nested_view< T, Char >
 

Constructor & Destructor Documentation

◆ nested_formatter()

template<typename T , typename Char = char>
nested_formatter< T, Char >::nested_formatter ( )
inlineconstexpr

Member Function Documentation

◆ nested()

template<typename T , typename Char = char>
auto nested_formatter< T, Char >::nested ( const T & value) const -> nested_view<T, Char>
inline

◆ parse()

template<typename T , typename Char = char>
FMT_CONSTEXPR auto nested_formatter< T, Char >::parse ( parse_context< Char > & ctx) -> const Char*
inline

◆ write_padded()

template<typename T , typename Char = char>
template<typename FormatContext , typename F >
auto nested_formatter< T, Char >::write_padded ( FormatContext & ctx,
F write ) const -> decltype(ctx.out())
inline

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