.TH "std::future_error" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::future_error \- Exception type thrown by futures\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBstd::logic_error\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBfuture_error\fP (\fBfuture_errc\fP \fB__errc\fP)" .br .ti -1c .RI "\fBconst\fP \fBerror_code\fP & \fBcode\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "\fBvirtual\fP \fBconst\fP char * \fBwhat\fP () \fBconst\fP \fBnoexcept\fP" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "\fBvoid\fP \fB__throw_future_error\fP (int)" .br .in -1c .SH "Detailed Description" .PP Exception type thrown by futures\&. .SH "Member Function Documentation" .PP .SS "\fBvirtual\fP \fBconst\fP char * std::future_error::what () const\fC [virtual]\fP, \fC [noexcept]\fP" Returns a C-style character string describing the general cause of the current error (the same string passed to the ctor)\&. .br .PP Reimplemented from \fBstd::logic_error\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.