std::rel_ops::operators
std::rel_ops::operator!=,>,<=,>=
Defined in header <utility> | ||
---|---|---|
template< class T > bool operator!=( const T& lhs, const T& rhs ); | (1) | |
template< class T > bool operator>( const T& lhs, const T& rhs ); | (2) | |
template< class T > bool operator<=( const T& lhs, const T& rhs ); | (3) | |
template< class T > bool operator>=( c |