WPILibC++ 2025.1.1
Loading...
Searching...
No Matches
formatter< std::error_code > Struct Reference

#include <fmt/std.h>

Public Member Functions

FMT_CONSTEXPR auto parse (parse_context<> &ctx) -> const char *
 
template<typename FormatContext >
FMT_CONSTEXPR20 auto format (const std::error_code &ec, FormatContext &ctx) const -> decltype(ctx.out())
 

Member Function Documentation

◆ format()

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

◆ parse()

FMT_CONSTEXPR auto formatter< std::error_code >::parse ( parse_context<> & ctx) -> const char*
inline

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