negate<type>()
plus<type>()
minus<type>()
multiplies<type>()
divides<type>()
modulus<type>()
equal_to<type>()
not_equal_to<type>()
less<type>()
greater<type>()
less_equal<type>()
greater_equal<type>()
logical_not<type>()
logical_and<type>()
logical_or<type>()
Reference: The C++ Standard Library: A Tutorial and Reference
