Template Struct formatter< librapid::detail::FormattedTime, Char >#

Struct Documentation#

template<typename Char>
struct formatter<librapid::detail::FormattedTime, Char>#

Public Types

using Base = fmt::formatter<double, Char>#

Public Functions

template<typename ParseContext>
inline FMT_CONSTEXPR auto parse(ParseContext &ctx) -> const char*#
template<typename FormatContext>
inline FMT_CONSTEXPR auto format(const librapid::detail::FormattedTime &val, FormatContext &ctx) const -> decltype(ctx.out())#

Public Members

Base m_base#