Expand description
Parse printf format strings
Structs§
- Conversion
Specifier - Parsed printf conversion specifier
Enums§
- Conversion
Type - Printf data type
- Format
Element - A part of a format string: either a string of characters to be included verbatim, or a format specifier that should be replaced based on an argument to the vsprintf call.
- Numeric
Param - Width / precision parameter
Functions§
- parse_
format_ string - Parses a string to a vector of FormatElement