Photon 1.0.0
Loading...
Searching...
No Matches
formatter< std::error_code, Char > Struct Template Reference

#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

◆ 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: