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