#include <format.h>

Public Member Functions | |
| constexpr | basic_format_specs () |
Public Attributes | |
| align_t | align: 4 |
| bool | alt: 1 |
| detail::fill_t< Char > | fill |
| int | precision |
| sign_t | sign: 3 |
| char | type |
| int | width |
|
inline |
| align_t basic_format_specs< Char >::align |
| bool basic_format_specs< Char >::alt |
| detail::fill_t<Char> basic_format_specs< Char >::fill |
| 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 |