WPILibC++ 2023.4.3-108-ge5452e3
dynamic_formatter< Char > Class Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/fmtlib/include/fmt/format.h>

Public Member Functions

template<typename ParseContext >
FMT_CONSTEXPR auto parse (ParseContext &ctx) -> decltype(ctx.begin())
 
template<typename T , typename FormatContext >
auto format (const T &val, FormatContext &ctx) -> decltype(ctx.out())
 

Member Function Documentation

◆ format()

template<typename Char = char>
template<typename T , typename FormatContext >
auto dynamic_formatter< Char >::format ( const T &  val,
FormatContext &  ctx 
) -> decltype(ctx.out())
inline

◆ parse()

template<typename Char = char>
template<typename ParseContext >
FMT_CONSTEXPR auto dynamic_formatter< Char >::parse ( ParseContext &  ctx) -> decltype(ctx.begin())
inline

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