|
| static const uint32_t | POWERS_OF_10_32 [] |
| |
| static const uint64_t | POWERS_OF_10_64 [] |
| |
| static const char | DIGITS [] |
| |
template<typename T = void>
Initial value:=
"0001020304050607080910111213141516171819"
"2021222324252627282930313233343536373839"
"4041424344454647484950515253545556575859"
"6061626364656667686970717273747576777879"
"8081828384858687888990919293949596979899"
template<typename T = void>
Initial value:= {
0, FMT_POWERS_OF_10(1)
}
template<typename T = void>
Initial value:= {
0,
FMT_POWERS_OF_10(1),
FMT_POWERS_OF_10(ULongLong(1000000000)),
ULongLong(1000000000) * ULongLong(1000000000) * 10
}
The documentation for this struct was generated from the following files:
- include/diy/fmt/format.h
- include/diy/fmt/format.cc