Template Struct formatter< librapid::Timer, Char >#

Struct Documentation#

template<typename Char>
struct formatter<librapid::Timer, 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::Timer &val, FormatContext &ctx) const -> decltype(ctx.out())#

Public Members

Base m_base#