spdlog
Loading...
Searching...
No Matches
Public Member Functions | List of all members
formatter< std::error_code, Char > Struct Template Reference

Detailed Description

template<typename Char>
struct formatter< std::error_code, Char >

Definition at line 122 of file fmt/bundled/os.h.

#include <os.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

Definition at line 129 of file fmt/bundled/os.h.

◆ parse()

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

Definition at line 124 of file fmt/bundled/os.h.


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