Agora  1.2.0
Agora project
fmt::v8::detail::basic_impl_data< T > Struct Template Reference

#include <format-inl.h>

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 fmt::v8::detail::basic_impl_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 fmt::v8::detail::basic_impl_data< T >::pow10_significands
staticconstexpr

◆ power_of_10_64

template<typename T >
constexpr uint64_t fmt::v8::detail::basic_impl_data< T >::power_of_10_64
staticconstexpr
Initial value:
= {
1, 1ULL * 10, ( 1ULL )*100, ( 1ULL )*1000, ( 1ULL )*10000, ( 1ULL )*100000, ( 1ULL )*1000000, ( 1ULL )*10000000, ( 1ULL )*100000000, ( 1ULL )*1000000000, 1000000000ULL * 10, ( 1000000000ULL )*100, ( 1000000000ULL )*1000, ( 1000000000ULL )*10000, ( 1000000000ULL )*100000, ( 1000000000ULL )*1000000, ( 1000000000ULL )*10000000, ( 1000000000ULL )*100000000, ( 1000000000ULL )*1000000000,
10000000000000000000ULL}

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