Static Public Attributes | List of all members
fmt::internal::BasicData< T > Struct Template Reference

#include <format.h>

Static Public Attributes

static const char DIGITS []
 
static const uint32_t POWERS_OF_10_32 []
 
static const uint64_t POWERS_OF_10_64 []
 

Detailed Description

template<typename T = void>
struct fmt::internal::BasicData< T >

Definition at line 976 of file format.h.

Member Data Documentation

template<typename T = void>
const char fmt::internal::BasicData< T >::DIGITS
static
Initial value:
=
"0001020304050607080910111213141516171819"
"2021222324252627282930313233343536373839"
"4041424344454647484950515253545556575859"
"6061626364656667686970717273747576777879"
"8081828384858687888990919293949596979899"

Definition at line 980 of file format.h.

template<typename T = void>
const uint32_t fmt::internal::BasicData< T >::POWERS_OF_10_32
static
Initial value:
= {
}

Definition at line 978 of file format.h.

template<typename T = void>
const uint64_t fmt::internal::BasicData< T >::POWERS_OF_10_64
static
Initial value:
= {
0,
fmt::ULongLong(1000000000) * fmt::ULongLong(1000000000) * 10
}

Definition at line 979 of file format.h.


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


ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Tue Jan 19 2021 03:12:09