WPILibC++ 2024.3.2
formatter< T, Char, typename std::enable_if< std::is_base_of< std::exception, T >::value >::type > Struct Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/fmtlib/include/fmt/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
 

Member Function Documentation

◆ format()

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

◆ 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 ( basic_format_parse_context< Char > &  ctx) -> decltype(ctx.begin())
inline

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