WPILibC++ 2025.3.1
Loading...
Searching...
No Matches
formatter< nested_view< T, Char >, Char > Struct Template Reference

#include <fmt/format.h>

Public Member Functions

FMT_CONSTEXPR auto parse (parse_context< Char > &ctx) -> const Char *
 
template<typename FormatContext >
auto format (nested_view< T, Char > view, FormatContext &ctx) const -> decltype(ctx.out())
 

Member Function Documentation

◆ format()

template<typename T , typename Char >
template<typename FormatContext >
auto formatter< nested_view< T, Char >, Char >::format ( nested_view< T, Char > view,
FormatContext & ctx ) const -> decltype(ctx.out())
inline

◆ parse()

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

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