Kagome
Polkadot Runtime Engine in C++17
fmt::formatter< std::error_code > Struct Template Reference

#include <outcome.hpp>

Collaboration diagram for fmt::formatter< std::error_code >:

Public Member Functions

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

Detailed Description

template<>
struct fmt::formatter< std::error_code >

Definition at line 19 of file outcome.hpp.

Member Function Documentation

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

Definition at line 36 of file outcome.hpp.

constexpr auto fmt::formatter< std::error_code >::parse ( format_parse_context &  ctx) -> decltype(ctx.begin())
inline

Definition at line 21 of file outcome.hpp.


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