Loading...
Searching...
No Matches
basic_data< T > Struct Template Reference
Inheritance diagram for basic_data< T >:
![]()
Detailed Descriptiontemplate<typename T = void>
struct internal::basic_data< T > Member Data Documentation◆ background_color
template<typename T >
Definition at line 733 of file format.h. Referenced by ansi_color_escape< Char >::ansi_color_escape(), and internal::make_background_color(). ◆ digits
template<typename T >
Initial value:
=
"0001020304050607080910111213141516171819"
"2021222324252627282930313233343536373839"
"4041424344454647484950515253545556575859"
"6061626364656667686970717273747576777879"
"8081828384858687888990919293949596979899"
Definition at line 730 of file format.h. Referenced by format_int::format_decimal(). ◆ foreground_color
template<typename T >
Definition at line 732 of file format.h. Referenced by internal::make_foreground_color(). ◆ hex_digits
template<typename T >
◆ pow10_exponents
template<typename T >
Initial value:
= {
-1220, -1193, -1166, -1140, -1113, -1087, -1060, -1034, -1007, -980, -954,
-927, -901, -874, -847, -821, -794, -768, -741, -715, -688, -661,
-635, -608, -582, -555, -529, -502, -475, -449, -422, -396, -369,
-343, -316, -289, -263, -236, -210, -183, -157, -130, -103, -77,
-50, -24, 3, 30, 56, 83, 109, 136, 162, 189, 216,
242, 269, 295, 322, 348, 375, 402, 428, 455, 481, 508,
534, 561, 588, 614, 641, 667, 694, 720, 747, 774, 800,
827, 853, 880, 907, 933, 960, 986, 1013, 1039, 1066}
Definition at line 729 of file format.h. Referenced by internal::get_cached_power(). ◆ pow10_significands
template<typename T >
Definition at line 728 of file format.h. Referenced by internal::get_cached_power(). ◆ powers_of_10_64
template<typename T >
Initial value:
Definition at line 725 of file format.h. Referenced by internal::grisu_gen_digits(), and grisu_shortest_handler::on_digit(). ◆ reset_color
template<typename T >
Definition at line 734 of file format.h. Referenced by internal::reset_color(), and internal::reset_color(). ◆ signs
template<typename T >
◆ wreset_color
template<typename T >
Definition at line 735 of file format.h. Referenced by internal::reset_color< wchar_t >(). ◆ zero_or_powers_of_10_32
template<typename T >
Initial value:
= {0,
FMT_POWERS_OF_10(1)}
◆ zero_or_powers_of_10_64
template<typename T >
Initial value:
|