|
spdlog
|
#include <core.h>
Public Member Functions | |
| constexpr | basic_format_specs () |
Public Attributes | |
| int | width |
| int | precision |
| char | type |
| align_t | align: 4 |
| sign_t | sign: 3 |
| bool | alt: 1 |
| bool | localized: 1 |
| detail::fill_t< Char > | fill |
|
inlineconstexpr |
| align_t basic_format_specs< Char >::align |
| bool basic_format_specs< Char >::alt |
| detail::fill_t<Char> basic_format_specs< Char >::fill |
| bool basic_format_specs< Char >::localized |
| int basic_format_specs< Char >::precision |
| sign_t basic_format_specs< Char >::sign |
| char basic_format_specs< Char >::type |
| int basic_format_specs< Char >::width |