WPILibC++ 2023.4.3-108-ge5452e3
|
#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/fmtlib/include/fmt/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 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 |
presentation_type basic_format_specs< Char >::type |
int basic_format_specs< Char >::width |