SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
formatter< std::tm, Char > Struct Template Reference
Inheritance diagram for formatter< std::tm, Char >:
formatter< std::chrono::time_point< std::chrono::system_clock, Duration >, Char >

Public Member Functions

template<typename ParseContext >
FMT_CONSTEXPR auto parse (ParseContext &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, bool with_default=false) -> It