Template Struct RateFormatter

Inheritance Relationships

Base Type

  • public fmt::formatter< double >

Struct Documentation

template<typename T>
struct RateFormatter : public fmt::formatter<double>

Public Functions

inline auto format(const T &rate, fmt::format_context &ctx) const