Stores a set of decimal string conversion parameters for use within AlphaNum string conversions.
Synopsis
Declared in <absl/strings/str_cat.h>
struct Dec;
Description
Dec is slower than the default integer conversion, so use it only if you need padding.
Member Functions
Name |
Description |
|
Constructs a |
Data Members
Friends
Name |
Description |
Appends the decimal representation of |
Created with MrDocs