|
template<typename Char , typename OutputIt > |
auto | detail::copy_unit (string_view unit, OutputIt out, Char) -> OutputIt |
|
template<typename OutputIt > |
auto | detail::copy_unit (string_view unit, OutputIt out, wchar_t) -> OutputIt |
|
template<typename Char > |
void | detail::do_write (buffer< Char > &buf, const std::tm &time, const std::locale &loc, char format, char modifier) |
|
template<typename To , typename FromRep , typename FromPeriod , FMT_ENABLE_IF(is_same_arithmetic_type< FromRep, typename To::rep >::value) > |
auto | detail::fmt_duration_cast (std::chrono::duration< FromRep, FromPeriod > from) -> To |
|
auto localtime_r | detail::FMT_NOMACRO (...) -> null<> |
|
template<typename Char , typename Period , typename OutputIt > |
auto | detail::format_duration_unit (OutputIt out) -> OutputIt |
|
template<typename Char , typename Rep , typename OutputIt , FMT_ENABLE_IF(std::is_integral< Rep >::value) > |
auto | detail::format_duration_value (OutputIt out, Rep val, int) -> OutputIt |
|
auto | detail::get_classic_locale () -> const std::locale & |
|
template<typename Rep , typename Period , FMT_ENABLE_IF(std::is_integral< Rep >::value) > |
auto | detail::get_milliseconds (std::chrono::duration< Rep, Period > d) -> std::chrono::duration< Rep, std::milli > |
|
template<typename Period > |
FMT_CONSTEXPR auto | detail::get_units () -> const char * |
|
template<typename Duration > |
auto | gmtime (std::chrono::time_point< std::chrono::system_clock, Duration > time_point) -> std::tm |
|
auto | gmtime (std::time_t time) -> std::tm |
|
auto | detail::gmtime_r (...) -> null<> |
|
auto | detail::gmtime_s (...) -> null<> |
|
template<typename T , FMT_ENABLE_IF(std::is_integral< T >::value &&has_isfinite< T >::value) > |
auto | detail::isfinite (T) -> bool |
|
FMT_BEGIN_EXPORT auto | localtime (std::time_t time) -> std::tm |
|
auto | detail::localtime_s (...) -> null<> |
|
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 auto | safe_duration_cast::lossless_integral_conversion (const From from, int &ec) -> To |
|
template<typename T , FMT_ENABLE_IF(std::is_integral< T >::value) > |
auto | detail::mod (T x, int y) -> T |
|
template<typename Char , typename Handler > |
FMT_CONSTEXPR auto | detail::parse_chrono_format (const Char *begin, const Char *end, Handler &&handler) -> const Char * |
|
constexpr auto | detail::pow10 (std::uint32_t n) -> long long |
|
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) > |
auto | safe_duration_cast::safe_duration_cast (std::chrono::duration< FromRep, FromPeriod > from, int &ec) -> To |
|
template<typename To , typename From , FMT_ENABLE_IF(!std::is_same< From, To >::value) > |
FMT_CONSTEXPR auto | safe_duration_cast::safe_float_conversion (const From from, int &ec) -> To |
|
auto | detail::tm_mon_full_name (int mon) -> const char * |
|
auto | detail::tm_mon_short_name (int mon) -> const char * |
|
auto | detail::tm_wday_full_name (int wday) -> const char * |
|
auto | detail::tm_wday_short_name (int wday) -> const char * |
|
template<typename T , typename Int , FMT_ENABLE_IF(std::is_integral< T >::value) > |
auto | detail::to_nonnegative_int (T value, Int upper) -> Int |
|
template<typename Duration > |
auto | detail::to_time_t (std::chrono::time_point< std::chrono::system_clock, Duration > time_point) -> std::time_t |
|
template<typename Char , typename OutputIt , FMT_ENABLE_IF(!std::is_same< Char, char >::value) > |
auto | detail::write (OutputIt out, const std::tm &time, const std::locale &loc, char format, char modifier=0) -> OutputIt |
|
template<typename CodeUnit > |
void | detail::write_codecvt (codecvt_result< CodeUnit > &out, string_view in_buf, const std::locale &loc) |
|
void | detail::write_digit2_separated (char *buf, unsigned a, unsigned b, unsigned c, char sep) |
|
template<typename OutputIt > |
auto | detail::write_encoded_tm_str (OutputIt out, string_view in, const std::locale &loc) -> OutputIt |
|
template<typename Duration > |
void | detail::write_floating_seconds (memory_buffer &buf, Duration duration, int num_fractional_digits=-1) |
|
template<typename Char , typename OutputIt , typename Duration > |
void | detail::write_fractional_seconds (OutputIt &out, Duration d, int precision=-1) |
|
template<typename OutputIt > |
auto | detail::write_padding (OutputIt out, pad_type pad) -> OutputIt |
|
template<typename OutputIt > |
auto | detail::write_padding (OutputIt out, pad_type pad, int width) -> OutputIt |
|
template<typename Char , typename OutputIt , FMT_ENABLE_IF(!std::is_same< Char, char >::value) > |
auto | detail::write_tm_str (OutputIt out, string_view sv, const std::locale &loc) -> OutputIt |
|