|
BDE 4.14.0 Production release
|
#include <bslstl_charconv.h>
Public Attributes | |
| char * | ptr |
| bsl::ErrcEnum | ec |
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.
| bsl::ErrcEnum bslstl::to_chars_result::ec |
| char* bslstl::to_chars_result::ptr |