#include <core.h>
Classes | |
| struct | format_each |
Public Member Functions | |
| template<typename ParseContext > | |
| ParseContext::iterator | parse (ParseContext &) |
| template<typename FormatContext > | |
| auto | format (const T &val, FormatContext &ctx) -> decltype(ctx.out()) |
| auto formatter< T, Char, Enable >::format | ( | const T & | val, |
| FormatContext & | ctx | ||
| ) | -> decltype(ctx.out()) |
| ParseContext::iterator formatter< T, Char, Enable >::parse | ( | ParseContext & | ) |
1.8.11