|
HDK
|
#include <core.h>
Inheritance diagram for format_specs< Char >:Public Member Functions | |
| constexpr | format_specs () |
Public Attributes | |
| int | width |
| int | precision |
| presentation_type | type |
| align_t | align: 4 |
| sign_t | sign: 3 |
| bool | alt: 1 |
| bool | localized: 1 |
| detail::fill_t< Char > | fill |
|
inline |
| 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 |