HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
formatter< T, Char, typename std::enable_if< std::is_base_of< std::exception, T >::value >::type > Struct Template Reference

#include <std.h>

Public Member Functions

FMT_CONSTEXPR auto parse (basic_format_parse_context< Char > &ctx) -> decltype(ctx.begin())
 
template<typename OutputIt >
auto format (const std::exception &ex, basic_format_context< OutputIt, Char > &ctx) const -> OutputIt
 

Detailed Description

template<typename T, typename Char>
struct formatter< T, Char, typename std::enable_if< std::is_base_of< std::exception, T >::value >::type >

Definition at line 263 of file std.h.

Member Function Documentation

template<typename T , typename Char >
template<typename OutputIt >
auto formatter< T, Char, typename std::enable_if< std::is_base_of< std::exception, T >::value >::type >::format ( const std::exception &  ex,
basic_format_context< OutputIt, Char > &  ctx 
) const -> OutputIt
inline

Definition at line 283 of file std.h.

template<typename T , typename Char >
FMT_CONSTEXPR auto formatter< T, Char, typename std::enable_if< std::is_base_of< std::exception, T >::value >::type >::parse ( basic_format_parse_context< Char > &  ctx) -> decltype(ctx.begin())
inline

Definition at line 270 of file std.h.


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