#include <time.h>
Public Member Functions | |
template<typename ParseContext > | |
auto | parse (ParseContext &ctx) -> decltype(ctx.begin()) |
template<typename FormatContext > | |
auto | format (const std::tm &tm, FormatContext &ctx) -> decltype(ctx.out()) |
Public Attributes | |
basic_memory_buffer< Char > | tm_format |
|
inline |
Definition at line 132 of file time.h.
|
inline |
Definition at line 118 of file time.h.
basic_memory_buffer<Char> formatter< std::tm, Char >::tm_format |