template <uint8_t base, bool prefix = false, bool force_sign = false, bool is_uppercase = false, size_t min_digits = 1>

struct Fmt

Defined at line 80 of file ../../third_party/llvm-libc/src/src/__support/integer_to_string.h

Public Members

static const uint8_t BASE
static const size_t MIN_DIGITS
static const bool IS_UPPERCASE
static const bool PREFIX
static const char FORCE_SIGN
static const uint8_t NUMERICAL_DIGITS
static const uint8_t ALPHA_DIGITS
static const uint8_t MAX_DIGIT