.TH "std::rel_ops" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::rel_ops \- The generated relational operators are sequestered here\&. .SH SYNOPSIS .br .PP .SS "Functions" .in +1c .ti -1c .RI "template<\fBclass\fP _Tp > bool \fBoperator!=\fP (\fBconst\fP _Tp &__x, \fBconst\fP _Tp &\fB__y\fP)" .br .RI "Defines \fC!=\fP for arbitrary types, in terms of \fC==\fP\&. " .ti -1c .RI "template<\fBclass\fP _Tp > bool \fBoperator<=\fP (\fBconst\fP _Tp &__x, \fBconst\fP _Tp &\fB__y\fP)" .br .RI "Defines \fC<=\fP for arbitrary types, in terms of \fC<\fP\&. " .ti -1c .RI "template<\fBclass\fP _Tp > bool \fBoperator>\fP (\fBconst\fP _Tp &__x, \fBconst\fP _Tp &\fB__y\fP)" .br .RI "Defines \fC>\fP for arbitrary types, in terms of \fC<\fP\&. " .ti -1c .RI "template<\fBclass\fP _Tp > bool \fBoperator>=\fP (\fBconst\fP _Tp &__x, \fBconst\fP _Tp &\fB__y\fP)" .br .RI "Defines \fC>=\fP for arbitrary types, in terms of \fC<\fP\&. " .in -1c .SH "Detailed Description" .PP The generated relational operators are sequestered here\&. .SH "Function Documentation" .PP .SS "template<\fBclass\fP _Tp > bool std::rel_ops::operator!= (\fBconst\fP _Tp & __x, \fBconst\fP _Tp & __y)\fC [inline]\fP" .PP Defines \fC!=\fP for arbitrary types, in terms of \fC==\fP\&. .PP \fBParameters\fP .RS 4 \fI__x\fP A thing\&. .br \fI__y\fP Another thing\&. .RE .PP \fBReturns\fP .RS 4 __x != __y .RE .PP This function uses \fC==\fP to determine its result\&. .SS "template<\fBclass\fP _Tp > bool std::rel_ops::operator<= (\fBconst\fP _Tp & __x, \fBconst\fP _Tp & __y)\fC [inline]\fP" .PP Defines \fC<=\fP for arbitrary types, in terms of \fC<\fP\&. .PP \fBParameters\fP .RS 4 \fI__x\fP A thing\&. .br \fI__y\fP Another thing\&. .RE .PP \fBReturns\fP .RS 4 __x <= __y .RE .PP This function uses \fC<\fP to determine its result\&. .SS "template<\fBclass\fP _Tp > bool std::rel_ops::operator> (\fBconst\fP _Tp & __x, \fBconst\fP _Tp & __y)\fC [inline]\fP" .PP Defines \fC>\fP for arbitrary types, in terms of \fC<\fP\&. .PP \fBParameters\fP .RS 4 \fI__x\fP A thing\&. .br \fI__y\fP Another thing\&. .RE .PP \fBReturns\fP .RS 4 __x > __y .RE .PP This function uses \fC<\fP to determine its result\&. .SS "template<\fBclass\fP _Tp > bool std::rel_ops::operator>= (\fBconst\fP _Tp & __x, \fBconst\fP _Tp & __y)\fC [inline]\fP" .PP Defines \fC>=\fP for arbitrary types, in terms of \fC<\fP\&. .PP \fBParameters\fP .RS 4 \fI__x\fP A thing\&. .br \fI__y\fP Another thing\&. .RE .PP \fBReturns\fP .RS 4 __x >= __y .RE .PP This function uses \fC<\fP to determine its result\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.