HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
formatter< std::error_code, Char > Struct Template Reference

#include <std.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())
 

Detailed Description

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

Definition at line 244 of file std.h.

Member Function Documentation

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 251 of file std.h.

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

Definition at line 246 of file std.h.


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