BloombergLP::bslstl::to_chars_result

Result type for the to_chars function.

Synopsis

Declared in <bslstl_charconv.h>

struct to_chars_result;

Data Members

NameDescription
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

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