BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslstl::to_chars_result Struct Reference

#include <bslstl_charconv.h>

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.

Member Data Documentation

◆ ec

bsl::ErrcEnum bslstl::to_chars_result::ec

◆ ptr

char* bslstl::to_chars_result::ptr

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