utility
Visual C++ Libraries
utility (STL/CLR)

Include the STL/CLR header <cliext/utility> to define the template class pair and several supporting template functions.

#include <utility>

Class

Description

pair (STL/CLR)

Wrap a pair of elements.

Operator

Description

operator== (pair) (STL/CLR)

Pair equal comparison.

operator!= (pair) (STL/CLR)

Pair not equal comparison.

operator< (pair) (STL/CLR)

Pair less than comparison.

operator<= (pair) (STL/CLR)

Pair less than or equal comparison.

operator> (pair) (STL/CLR)

Pair greater than comparison.

operator>= (pair) (STL/CLR)

Pair greater than or equal comparison.

Function

Description

make_pair (STL/CLR)

Make a pair from a pair of values.

Header: <cliext/utility>

Namespace: cliext

Other Resources

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
Page view tracker