struct Dec

Defined at line 251 of file ../../third_party/abseil-cpp/absl/strings/str_cat.h

-----------------------------------------------------------------------------

Dec

-----------------------------------------------------------------------------

`Dec` stores a set of decimal string conversion parameters for use

within `AlphaNum` string conversions. Dec is slower than the default

integer conversion, so use it only if you need padding.

Public Members

uint64_t value
uint8_t width
char fill
bool neg

Public Methods

template <typename Int>
void Dec (Int v, PadSpec spec, typename std::enable_if<(sizeof(Int) <= 8)>::type * )

Defined at line 258 of file ../../third_party/abseil-cpp/absl/strings/str_cat.h

Friends

template <typename S>
void Dec (S & sinkDec dec)