.TH "std::rel_ops" 3cxx "Wed Jul 14 2021" "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 bool \fBoperator!=\fP (const _Tp &__x, const _Tp &__y)" .br .RI "Defines \fC!=\fP for arbitrary types, in terms of \fC==\fP\&. " .ti -1c .RI "template bool \fBoperator<=\fP (const _Tp &__x, const _Tp &__y)" .br .RI "Defines \fC<=\fP for arbitrary types, in terms of \fC<\fP\&. " .ti -1c .RI "template bool \fBoperator>\fP (const _Tp &__x, const _Tp &__y)" .br .RI "Defines \fC>\fP for arbitrary types, in terms of \fC<\fP\&. " .ti -1c .RI "template bool \fBoperator>=\fP (const _Tp &__x, const _Tp &__y)" .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 bool std::rel_ops::operator!= (const _Tp & __x, const _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\&. .PP Definition at line 87 of file stl_relops\&.h\&. .SS "template bool std::rel_ops::operator<= (const _Tp & __x, const _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\&. .PP Definition at line 112 of file stl_relops\&.h\&. .SS "template bool std::rel_ops::operator> (const _Tp & __x, const _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\&. .PP Definition at line 100 of file stl_relops\&.h\&. .SS "template bool std::rel_ops::operator>= (const _Tp & __x, const _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\&. .PP Definition at line 126 of file stl_relops\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.