#include <core.h>
|
| template<typename ParseContext > |
| ParseContext::iterator | parse (ParseContext &) |
| |
| template<typename FormatContext > |
| auto | format (const T &val, FormatContext &ctx) -> decltype(ctx.out()) |
| |
template<typename T, typename Char = char, typename Enable = void>
struct formatter< T, Char, Enable >
Definition at line 491 of file core.h.
◆ format()
template<typename T, typename Char = char, typename Enable = void>
template<typename FormatContext >
| auto formatter< T, Char, Enable >::format |
( |
const T & |
val, |
|
|
FormatContext & |
ctx |
|
) |
| -> decltype(ctx.out()) |
◆ parse()
template<typename T, typename Char = char, typename Enable = void>
template<typename ParseContext >
| ParseContext::iterator formatter< T, Char, Enable >::parse |
( |
ParseContext & |
| ) |
|
The documentation for this struct was generated from the following file:
- util/inc/spdlog/fmt/bundled/core.h