libfly  6.2.2
C++20 utility library for Linux, macOS, and Windows
fly::Formatter< T, CharType > Struct Template Reference

Detailed Description

template<typename T, StandardCharacter CharType = char>
struct fly::Formatter< T, CharType >

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.

Author
Timothy Flynn (trfly.nosp@m.nn89.nosp@m.@pm.m.nosp@m.e)
Version
April 4, 2021

The documentation for this struct was generated from the following file: