WPILibC++ 2023.4.3-108-ge5452e3
basic_data< T > Struct Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/fmtlib/include/fmt/format.h>

Inheritance diagram for basic_data< T >:
data

Static Public Attributes

static constexpr uint64_t pow10_significands [87]
 
static constexpr int16_t pow10_exponents [87]
 
static constexpr uint64_t power_of_10_64 [20]
 

Member Data Documentation

◆ pow10_exponents

template<typename T >
constexpr int16_t basic_data< T >::pow10_exponents
staticconstexpr
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}

◆ pow10_significands

template<typename T >
constexpr uint64_t basic_data< T >::pow10_significands
staticconstexpr

◆ power_of_10_64

template<typename T >
constexpr uint64_t basic_data< T >::power_of_10_64
staticconstexpr
Initial value:
= {
1, FMT_POWERS_OF_10(1ULL), FMT_POWERS_OF_10(1000000000ULL),
10000000000000000000ULL}
#define FMT_POWERS_OF_10(factor)
Definition: format.h:1035

The documentation for this struct was generated from the following file: