Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
fmt::internal::BasicData< T > Struct Template Reference

#include <format.h>

Static Public Attributes

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

Detailed Description

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

Definition at line 1006 of file format.h.

Member Data Documentation

◆ DIGITS

template<typename T = void>
const char fmt::internal::BasicData< T >::DIGITS[]
static

Definition at line 1009 of file format.h.

◆ POWERS_OF_10_32

template<typename T = void>
const uint32_t fmt::internal::BasicData< T >::POWERS_OF_10_32[]
static

Definition at line 1007 of file format.h.

◆ POWERS_OF_10_64

template<typename T = void>
const uint64_t fmt::internal::BasicData< T >::POWERS_OF_10_64[]
static

Definition at line 1008 of file format.h.


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