Agora
1.2.0
Agora project
|
#include <core.h>
Public Member Functions | |
constexpr | basic_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 |
|
inlineconstexpr |
align_t fmt::v8::basic_format_specs< Char >::align |
bool fmt::v8::basic_format_specs< Char >::alt |
detail::fill_t<Char> fmt::v8::basic_format_specs< Char >::fill |
bool fmt::v8::basic_format_specs< Char >::localized |
int fmt::v8::basic_format_specs< Char >::precision |
sign_t fmt::v8::basic_format_specs< Char >::sign |
presentation_type fmt::v8::basic_format_specs< Char >::type |
int fmt::v8::basic_format_specs< Char >::width |