WPILibC++ 2025.0.0-alpha-1-37-g6b9d411
formatter< std::error_code, Char > Struct Template Reference

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

Public Member Functions

template<typename ParseContext >
FMT_CONSTEXPR auto parse (ParseContext &ctx) -> decltype(ctx.begin())
 
template<typename FormatContext >
FMT_CONSTEXPR auto format (const std::error_code &ec, FormatContext &ctx) const -> decltype(ctx.out())
 

Member Function Documentation

◆ format()

template<typename Char >
template<typename FormatContext >
FMT_CONSTEXPR auto formatter< std::error_code, Char >::format ( const std::error_code &  ec,
FormatContext &  ctx 
) const -> decltype(ctx.out())
inline

◆ parse()

template<typename Char >
template<typename ParseContext >
FMT_CONSTEXPR auto formatter< std::error_code, Char >::parse ( ParseContext &  ctx) -> decltype(ctx.begin())
inline

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