libstdc++: std::to_chars_result Struct Reference (original) (raw)
#include <[charconv](a00062%5Fsource.html)>
Public Attributes | |
---|---|
errc | ec |
char * | ptr |
Friends | |
---|---|
bool | operator== (const to_chars_result &, const to_chars_result &)=default |
Detailed Description
Result type of std::to_chars.
Definition at line 57 of file charconv.
Member Data Documentation
◆ ec
errc std::to_chars_result::ec
Definition at line 60 of file charconv.
◆ ptr
char* std::to_chars_result::ptr
Definition at line 59 of file charconv.
The documentation for this struct was generated from the following file: