table of contents
other versions
- testing 12.2.0-14
- unstable 12.2.0-14
- experimental 12.2.0-17
conflicting packages
std::to_chars_result(3cxx) | std::to_chars_result(3cxx) |
NAME¶
std::to_chars_result - Result type of std::to_chars.
SYNOPSIS¶
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 56 of file charconv.
Member Data Documentation¶
errc std::to_chars_result::ec¶
Definition at line 59 of file charconv.
char* std::to_chars_result::ptr¶
Definition at line 58 of file charconv.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
Mon Aug 22 2022 | libstdc++ |