Template Struct formatter< lupnt::Real >¶
Defined in File definitions.h
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¶
-
template<typename FormatContext>