|
libfly
6.2.2
C++20 utility library for Linux, macOS, and Windows
|
#include <format_parameters.hpp>
Public Attributes | |
| union { | |
| const void * m_pointer | |
| std::int64_t m_signed_int | |
| std::uint64_t m_unsigned_int | |
| float m_float | |
| double m_double | |
| long double m_long_double | |
| bool m_bool | |
| }; | |
| void(* | m_format )(StandardValue value, FormatContext &context, BasicFormatSpecifier< typename FormatContext::char_type > &&specifier) |
Structure to store a type-erased standard value.