.TH "std::error_category" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::error_category \- error_category .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBerror_category\fP (\fBconst\fP \fBerror_category\fP &)=\fBdelete\fP" .br .ti -1c .RI "\fBvirtual\fP \fBerror_condition\fP \fBdefault_error_condition\fP (int __i) \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "\fBvirtual\fP bool \fBequivalent\fP (\fBconst\fP \fBerror_code\fP &\fB__code\fP, int __i) \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "\fBvirtual\fP bool \fBequivalent\fP (int __i, \fBconst\fP \fBerror_condition\fP &\fB__cond\fP) \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "\fBvirtual\fP \fBstring\fP \fBmessage\fP (int) \fBconst\fP =0" .br .ti -1c .RI "\fBvirtual\fP \fBconst\fP char * \fBname\fP () \fBconst\fP \fBnoexcept\fP=0" .br .ti -1c .RI "bool \fBoperator!=\fP (\fBconst\fP \fBerror_category\fP &__other) \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "bool \fBoperator<\fP (\fBconst\fP \fBerror_category\fP &__other) \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "\fBerror_category\fP & \fBoperator=\fP (\fBconst\fP \fBerror_category\fP &)=\fBdelete\fP" .br .ti -1c .RI "bool \fBoperator==\fP (\fBconst\fP \fBerror_category\fP &__other) \fBconst\fP \fBnoexcept\fP" .br .in -1c .SH "Detailed Description" .PP error_category .PP Definition at line \fB74\fP of file \fBsystem_error\fP\&. .SH "Member Function Documentation" .PP .SS "bool std::error_category::operator!= (\fBconst\fP \fBerror_category\fP & __other) const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB129\fP of file \fBsystem_error\fP\&. .SS "bool std::error_category::operator< (\fBconst\fP \fBerror_category\fP & __other) const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB120\fP of file \fBsystem_error\fP\&. .SS "bool std::error_category::operator== (\fBconst\fP \fBerror_category\fP & __other) const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB125\fP of file \fBsystem_error\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.