Mountain  1.0.0
Simple C++ 2D Game Framework
std::formatter< Exception > Struct Template Reference

std::formatter template specialization for the std::exception type. More...

#include <formatter.hpp>

Public Member Functions

template<class ParseContext >
constexpr ParseContext::iterator parse (ParseContext &ctx)
 Parses the input formatting options.
 
template<class FormatContext >
FormatContext::iterator format (const Exception &ex, FormatContext &ctx) const
 Formats a string using the given instance of std::exception, according to the given options in the parse function.
 

Detailed Description

template<Mountain::Concepts::ExceptionT Exception>
struct std::formatter< Exception >

std::formatter template specialization for the std::exception type.

See also
std::exception

Definition at line 59 of file formatter.hpp.


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