type
Declared at: third_party/fmt/include/fmt/core.h:555
Enumerators
| Name | Value | Comment |
|---|---|---|
| none_type | 0 | |
| int_type | 1 | |
| uint_type | 2 | |
| long_long_type | 3 | |
| ulong_long_type | 4 | |
| int128_type | 5 | |
| uint128_type | 6 | |
| bool_type | 7 | |
| char_type | 8 | |
| last_integer_type | 8 | |
| float_type | 9 | |
| double_type | 10 | |
| long_double_type | 11 | |
| last_numeric_type | 11 | |
| cstring_type | 12 | |
| string_type | 13 | |
| pointer_type | 14 | |
| custom_type | 15 |