WPILibC++ 2025.3.2
Loading...
Searching...
No Matches
formatter< T, Char, typename std::enable_if< std::is_base_of< std::exception, T >::value >::type > Struct Template Reference

#include <fmt/std.h>

Public Member Functions

FMT_CONSTEXPR auto parse (parse_context< Char > &ctx) -> const Char *
 
template<typename Context >
auto format (const std::exception &ex, Context &ctx) const -> decltype(ctx.out())
 

Member Function Documentation

◆ format()

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

◆ parse()

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 ( parse_context< Char > & ctx) -> const Char*
inline

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