|
| 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) |
| |
| auto | detail::do_write (const std::tm &time, const std::locale &loc, char format, char modifier) -> std::string |
| |
| null localtime_r | detail::FMT_NOMACRO (...) |
| |
| template<typename To , typename FromRep , typename FromPeriod > |
| To | fmt_safe_duration_cast (std::chrono::duration< FromRep, FromPeriod > from) |
| |
| template<typename Char , typename Period , typename OutputIt > |
| OutputIt | format_duration_unit (OutputIt out) |
| |
| 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 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 Period > |
| FMT_BEGIN_DETAIL_NAMESPACE FMT_CONSTEXPR const char * | get_units () |
| |
| std::tm | gmtime (std::time_t time) |
| |
| std::tm | gmtime (std::chrono::time_point< std::chrono::system_clock > time_point) |
| |
| null | detail::gmtime_r (...) |
| |
| null | detail::gmtime_s (...) |
| |
| 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) > |
| bool | isnan (T) |
| |
| FMT_MODULE_EXPORT_BEGIN std::tm | localtime (std::time_t time) |
| |
| std::tm | localtime (std::chrono::time_point< std::chrono::system_clock > time_point) |
| |
| null | detail::localtime_s (...) |
| |
| template<typename To , typename From , FMT_ENABLE_IF(!std::is_same< From, To >::value && std::numeric_limits< From >::is_signed== std::numeric_limits< To >::is_signed) > |
| FMT_CONSTEXPR To | safe_duration_cast::lossless_integral_conversion (const From from, int &ec) |
| |
| template<typename T , FMT_ENABLE_IF(std::is_integral< T >::value) > |
| T | mod (T x, int y) |
| |
| template<typename Char , typename Handler > |
| FMT_CONSTEXPR const Char * | parse_chrono_format (const Char *begin, const Char *end, Handler &&handler) |
| |
| template<typename To , typename FromRep , typename FromPeriod , FMT_ENABLE_IF(std::is_integral< FromRep >::value) , FMT_ENABLE_IF(std::is_integral< typename To::rep >::value) > |
| To | safe_duration_cast::safe_duration_cast (std::chrono::duration< FromRep, FromPeriod > from, int &ec) |
| |
| template<typename To , typename From , FMT_ENABLE_IF(!std::is_same< From, To >::value) > |
| FMT_CONSTEXPR To | safe_duration_cast::safe_float_conversion (const From from, int &ec) |
| |
| FMT_BEGIN_DETAIL_NAMESPACE 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 T , FMT_ENABLE_IF(std::is_integral< T >::value) > |
| int | to_nonnegative_int (T value, int upper) |
| |
| template<typename OutputIt > |
| auto | detail::write (OutputIt out, const std::tm &time, const std::locale &loc, char format, char modifier=0) -> OutputIt |
| |