|
template<typename Char , typename Handler > |
FMT_CONSTEXPR const Char * | internal::parse_chrono_format (const Char *begin, const Char *end, Handler &&handler) |
|
template<typename Int > |
int | internal::to_int (Int value) |
|
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 > > () |
|