.TH "std::to_chars_result" 3cxx "libstdc++" \" -*- nroff -*-
.ad l
.nh
.SH NAME
std::to_chars_result \- Result type of std::to_chars\&.  

.SH SYNOPSIS
.br
.PP
.PP
\fR#include <charconv>\fP
.SS "Public Member Functions"

.in +1c
.ti -1c
.RI "constexpr \fBoperator bool\fP () const noexcept"
.br
.in -1c
.SS "Public Attributes"

.in +1c
.ti -1c
.RI "errc \fBec\fP"
.br
.ti -1c
.RI "char * \fBptr\fP"
.br
.in -1c
.SS "Friends"

.in +1c
.ti -1c
.RI "bool \fBoperator==\fP (const \fBto_chars_result\fP &, const \fBto_chars_result\fP &)=default"
.br
.in -1c
.SH "Detailed Description"
.PP 
Result type of std::to_chars\&. 

.SH "Author"
.PP 
Generated automatically by Doxygen for libstdc++ from the source code\&.
