#include <format.h>
|
template<typename ParseContext > |
FMT_CONSTEXPR auto | parse (ParseContext &ctx) -> decltype(ctx.begin()) |
|
template<typename T , typename FormatContext > |
auto | format (const T &val, FormatContext &ctx) -> decltype(ctx.out()) |
|
|
template<typename Context > |
void | handle_specs (Context &ctx) |
|
◆ format()
template<typename Char = char>
template<typename T , typename FormatContext >
auto dynamic_formatter< Char >::format |
( |
const T & |
val, |
|
|
FormatContext & |
ctx |
|
) |
| -> decltype(ctx.out())
|
|
inline |
◆ handle_specs()
template<typename Char = char>
template<typename Context >
◆ parse()
template<typename Char = char>
template<typename ParseContext >
◆ format_str_
template<typename Char = char>
◆ specs_
template<typename Char = char>
The documentation for this class was generated from the following file: