#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 489 of file core.h.
template<typename T, typename Char = char, typename Enable = void>
template<typename FormatContext >
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: