Result type for the to_chars function.

Synopsis

Declared in <bslstl_charconv.h>

struct to_chars_result;

Data Members

Name

Description

ec

Error code indicating success or failure of the conversion.

ptr

One past the end pointer of the sequence of characters written.

Non-Member Functions

Name

Description

to_chars

Write the specified value into the character buffer [first, last)].

Created with MrDocs