.TH "std::error_condition" 3cxx "Sun Feb 7 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::error_condition \- error_condition .SH SYNOPSIS .br .PP .SS "Public Member Functions" .in +1c .ti -1c .RI "template::value>::type> \fBerror_condition\fP (_ErrorConditionEnum __e) noexcept" .br .ti -1c .RI "\fBerror_condition\fP (int __v, const \fBerror_category\fP &__cat) noexcept" .br .ti -1c .RI "void \fBassign\fP (int __v, const \fBerror_category\fP &__cat) noexcept" .br .ti -1c .RI "const \fBerror_category\fP & \fBcategory\fP () const noexcept" .br .ti -1c .RI "void \fBclear\fP () noexcept" .br .ti -1c .RI "_GLIBCXX_DEFAULT_ABI_TAG \fBstring\fP \fBmessage\fP () const" .br .ti -1c .RI "\fBoperator bool\fP () const noexcept" .br .ti -1c .RI "template \fBenable_if\fP< \fBis_error_condition_enum\fP< _ErrorConditionEnum >::value, \fBerror_condition\fP & >::type \fBoperator=\fP (_ErrorConditionEnum __e) noexcept" .br .ti -1c .RI "int \fBvalue\fP () const noexcept" .br .in -1c .SH "Detailed Description" .PP error_condition .PP Definition at line 224 of file system_error\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.