presentation_type
Declared at: third_party/fmt/include/fmt/core.h:2019
Enumerators
Name | Value | Comment |
---|---|---|
none | 0 | |
dec | 1 | |
oct | 2 | |
hex_lower | 3 | |
hex_upper | 4 | |
bin_lower | 5 | |
bin_upper | 6 | |
hexfloat_lower | 7 | |
hexfloat_upper | 8 | |
exp_lower | 9 | |
exp_upper | 10 | |
fixed_lower | 11 | |
fixed_upper | 12 | |
general_lower | 13 | |
general_upper | 14 | |
chr | 15 | |
string | 16 | |
pointer | 17 | |
debug | 18 |