libfly
6.2.2
C++20 utility library for Linux, macOS, and Windows
|
Class to define formatting rules for a given type. Enabled specializations must define the following member template function:
template <typename FormatContext> void format(const T &value, FormatContext &context);
Where the FormatContext is a structure holding the formatting state.