[#BloombergLP-bslstl-to_chars_result] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::to_chars_result :relfileprefix: ../../ :mrdocs: Result type for the `to_chars` function. == Synopsis Declared in `<bslstl_charconv.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct to_chars_result; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslstl/to_chars_result/ec.adoc[`ec`] | Error code indicating success or failure of the conversion. | xref:BloombergLP/bslstl/to_chars_result/ptr.adoc[`ptr`] | One past the end pointer of the sequence of characters written. |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslstl/to_chars.adoc[`to_chars`] | Write the specified `value` into the character buffer `[first, last)]`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#