Loading [MathJax]/jax/output/HTML-CSS/config.js
WPILibC++ 2025.3.2
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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: