Template Struct formatter< lupnt::Real >

Inheritance Relationships

Base Type

  • public fmt::formatter< double >

Struct Documentation

template<>
struct formatter<lupnt::Real> : public fmt::formatter<double>

Public Functions

template<typename FormatContext>
inline auto format(const lupnt::Real &x, FormatContext &ctx) const