|
null | localtime_r (...) |
|
null | localtime_s (...) |
|
null | gmtime_r (...) |
|
null | gmtime_s (...) |
|
size_t | strftime (char *str, size_t count, const char *format, const std::tm *time) |
|
size_t | strftime (wchar_t *str, size_t count, const wchar_t *format, const std::tm *time) |
|
template<typename Period > |
FMT_CONSTEXPR const char * | get_units () |
|
template<> |
FMT_CONSTEXPR const char * | get_units< std::atto > () |
|
template<> |
FMT_CONSTEXPR const char * | get_units< std::femto > () |
|
template<> |
FMT_CONSTEXPR const char * | get_units< std::pico > () |
|
template<> |
FMT_CONSTEXPR const char * | get_units< std::nano > () |
|
template<> |
FMT_CONSTEXPR const char * | get_units< std::micro > () |
|
template<> |
FMT_CONSTEXPR const char * | get_units< std::milli > () |
|
template<> |
FMT_CONSTEXPR const char * | get_units< std::centi > () |
|
template<> |
FMT_CONSTEXPR const char * | get_units< std::deci > () |
|
template<> |
FMT_CONSTEXPR const char * | get_units< std::ratio< 1 > > () |
|
template<> |
FMT_CONSTEXPR const char * | get_units< std::deca > () |
|
template<> |
FMT_CONSTEXPR const char * | get_units< std::hecto > () |
|
template<> |
FMT_CONSTEXPR const char * | get_units< std::kilo > () |
|
template<> |
FMT_CONSTEXPR const char * | get_units< std::mega > () |
|
template<> |
FMT_CONSTEXPR const char * | get_units< std::giga > () |
|
template<> |
FMT_CONSTEXPR const char * | get_units< std::tera > () |
|
template<> |
FMT_CONSTEXPR const char * | get_units< std::peta > () |
|
template<> |
FMT_CONSTEXPR const char * | get_units< std::exa > () |
|
template<> |
FMT_CONSTEXPR const char * | get_units< std::ratio< 60 > > () |
|
template<> |
FMT_CONSTEXPR const char * | get_units< std::ratio< 3600 > > () |
|
template<typename Char , typename Handler > |
FMT_CONSTEXPR const Char * | parse_chrono_format (const Char *begin, const Char *end, Handler &&handler) |
|
template<typename T , FMT_ENABLE_IF(std::is_integral< T >::value) > |
bool | isnan (T) |
|
template<typename T , FMT_ENABLE_IF(std::is_integral< T >::value) > |
bool | isfinite (T) |
|
template<typename T , FMT_ENABLE_IF(std::is_integral< T >::value) > |
int | to_nonnegative_int (T value, int upper) |
|
template<typename T , FMT_ENABLE_IF(std::is_integral< T >::value) > |
T | mod (T x, int y) |
|
template<typename To , typename FromRep , typename FromPeriod > |
To | fmt_safe_duration_cast (std::chrono::duration< FromRep, FromPeriod > from) |
|
template<typename Rep , typename Period , FMT_ENABLE_IF(std::is_integral< Rep >::value) > |
std::chrono::duration< Rep, std::milli > | get_milliseconds (std::chrono::duration< Rep, Period > d) |
|
template<typename Char , typename Rep , typename OutputIt , FMT_ENABLE_IF(std::is_integral< Rep >::value) > |
OutputIt | format_duration_value (OutputIt out, Rep val, int) |
|
template<typename Char , typename OutputIt > |
OutputIt | copy_unit (string_view unit, OutputIt out, Char) |
|
template<typename OutputIt > |
OutputIt | copy_unit (string_view unit, OutputIt out, wchar_t) |
|
template<typename Char , typename Period , typename OutputIt > |
OutputIt | format_duration_unit (OutputIt out) |
|
template<typename Char > |
std::basic_string< Char > | vformat (const std::locale &loc, basic_string_view< Char > format_str, basic_format_args< buffer_context< type_identity_t< Char > > > args) |
|