Format floating‐point value into [first, last)].
Synopsis
Declared in <bslalg_numericformatterutil.h>
static
char*
toChars(
char* first,
char* last,
float value) noexcept;
Description
Same as the preceding toChars overload, for float values.
Return Value
pointer past the last character written, or null on failure
Parameters
Name |
Description |
first |
beginning of the output character range |
last |
end of the output character range |
value |
floating‐point value to format |
Created with MrDocs