Quick Links:

bal | bbl | bdl | bsl

Public Attributes

bslstl::to_chars_result Struct Reference

#include <bslstl_charconv.h>

List of all members.

Public Attributes

char * ptr
bsl::ErrcEnum ec

Detailed Description

This struct represents the result of the to_chars function. On a successful call to to_chars_result, ptr is the one past the end pointer of the sequence of characters written, and ec is a default constructed ErrcEnum. On failure, ptr is set to the end of the buffer supplied to to_chars and ec is set to errc::value_to_large.

See Component bslstl_charconv


Member Data Documentation


The documentation for this struct was generated from the following file: