<utility> Members

Reference

Functions

make_pair

A template helper function used to construct objects of type pair, where the component types are based on the data types passed as parameters.

Operators

operator!=

Tests if the pair object on the left side of the operator is not equal to the pair object on the right side.

operator==

Tests if the pair object on the left side of the operator is equal to the pair object on the right side.

operator<

Tests if the pair object on the left side of the operator is less than the pair object on the right side.

operator<=

Tests if the pair object on the left side of the operator is less than or equal to the pair object on the right side.

operator>

Tests if the pair object on the left side of the operator is greater than the pair object on the right side.

operator>=

Tests if the pair object on the left side of the operator is greater than or equal to the pair object on the right side.

Structs

pair

A type that provides for the ability to treat two objects as a single object.

See Also

Reference

<utility>

Thread Safety in the Standard C++ Library