#include <Logger.h>
Customization point for controlling how exactly a type is formatted
| Context | The context in which the formatting is happening |
| T | The type to format |
| precision | The requested precision (default_precision indicates unspecified/default precision) |
Static Public Member Functions | |
| static constexpr auto | format_string () |
| static constexpr std::string_view | range_begin_mark () |
| static constexpr std::string_view | range_end_mark () |
| static constexpr std::string_view | range_separator () |
| static constexpr void | prepare_stream (std::ostream &stream) |
|
inlinestaticconstexpr |
Yields the format string to be used with std::format
|
inlinestaticconstexpr |
Sets the stream's properties when using operator<< to yield a string representation
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |