to_chars
In this part we learn about the to_char function and it's two types of declarations; the integral and floating point.
to_chars is a set of overloaded functions for integral and floating point types.
Integral types declaration
Where TYPE expands to all available signed and unsigned integer types and char.
Since base might range from 2 to 36, the output digits that are greater than 9 are represented as lowercase letters: a...z.
Floating point types declaration
Basic function
FLOAT_TYPE expands to float ...