Result type for the to_chars function.
Declared in <bslstl_charconv.h>
struct to_chars_result;
| Name | Description |
|---|---|
ec | Error code indicating success or failure of the conversion. |
ptr | One past the end pointer of the sequence of characters written. |
| Name | Description |
|---|---|
to_chars | Write the specified value into the character buffer [first, last)]. |