.\" ident @(#)Operators.3 .\" Standard Template Library .\" $$RW_INSERT_HEADER "slyrs.man" .TH Operators 3C++ "02 Apr 1998" "Rogue Wave Software" "-" .ce2 Standard C++ Library Copyright 1998, Rogue Wave Software, Inc. .SH NAME \f2Operators\fP \ - Operators for the C++ Standard Template Library. .SH SYNOPSIS .br #include .br namespace rel_ops { .br template .br bool operator!= (const T&, const T&); .br .br template .br bool operator> (const T&, const T&); .br .br template .br bool operator<= (const T&, const T&); .br .br template .br bool operator>= (const T&, const T&); .br } .SH DESCRIPTION To avoid redundant definitions of \f2operator!=\fP out of \f2operator==\fP and of \f2operators >\fP, \f2<=\fP, and \f2>= \fPout of \f2operator<\fP, the library includes these definitions: \f2operator!=(x,y)\fP returns \f2!(x==y)\fP \f2operator>(x,y)\fP returns \f2y=(x,y)\fP returns\f2 !(x