#include <chrono.h>
|
| formatter () |
|
template<typename ParseContext > |
auto | parse (ParseContext &ctx) -> decltype(ctx.begin()) |
|
template<typename FormatContext > |
auto | format (std::chrono::time_point< std::chrono::system_clock > val, FormatContext &ctx) const -> decltype(ctx.out()) |
|
template<typename ParseContext > |
auto | parse (ParseContext &ctx) -> decltype(ctx.begin()) |
|
template<typename FormatContext > |
auto | format (const std::tm &tm, FormatContext &ctx) const -> decltype(ctx.out()) |
|
|
static constexpr const Char | default_specs [] = {'%', 'F', ' ', '%', 'T'} |
|
|
template<typename It > |
auto | do_parse (It begin, It end, bool with_default=false) -> It |
|
◆ formatter()
template<typename Char , typename Duration >
◆ format()
template<typename Char , typename Duration >
template<typename FormatContext >
auto fmt::v8::formatter< std::chrono::time_point< std::chrono::system_clock, Duration >, Char >::format |
( |
std::chrono::time_point< std::chrono::system_clock > |
val, |
|
|
FormatContext & |
ctx |
|
) |
| const -> decltype(ctx.out()) |
|
inline |
◆ parse()
template<typename Char , typename Duration >
template<typename ParseContext >
auto fmt::v8::formatter< std::chrono::time_point< std::chrono::system_clock, Duration >, Char >::parse |
( |
ParseContext & |
ctx | ) |
-> decltype(ctx.begin()) |
|
inline |
◆ default_specs
template<typename Char , typename Duration >
constexpr const Char fmt::v8::formatter< std::chrono::time_point< std::chrono::system_clock, Duration >, Char >::default_specs = {'%', 'F', ' ', '%', 'T'} |
|
staticconstexpr |
The documentation for this struct was generated from the following file:
- third_party/spdlog/include/spdlog/fmt/bundled/chrono.h