Photon 1.0.0
|
#include <chrono.h>
Public Member Functions | |
FMT_CONSTEXPR auto | parse (basic_format_parse_context< Char > &ctx) -> decltype(ctx.begin()) |
template<typename FormatContext > | |
auto | format (const std::tm &tm, FormatContext &ctx) const -> decltype(ctx.out()) |
Protected Member Functions | |
template<typename It > | |
FMT_CONSTEXPR auto | do_parse (It begin, It end) -> It |
Private Types | |
enum class | spec { unknown , year_month_day , hh_mm_ss } |
Private Attributes | |
spec | spec_ = spec::unknown |
basic_string_view< Char > | specs |
|
strongprivate |
|
inlineprotected |
|
inline |
|
inline |
|
private |
|
private |