Partager via


utilitaire (STL/CLR)

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

#include <utility>

Déclarations

Classe

Description

paires (STL/CLR)

Wrap a pair of elements.

Opérateur

Description

operator== (paire) (STL/CLR)

Pair equal comparison.

opérateur ! = (paires) (STL/CLR)

Pair not equal comparison.

operator< (paire) (STL/CLR)

Pair less than comparison.

operator<= (paire) (STL/CLR)

Pair less than or equal comparison.

operator> (paire) (STL/CLR)

Pair greater than comparison.

operator>= (paire) (STL/CLR)

Pair greater than or equal comparison.

Fonction

Description

make_pair (STL/CLR)

Make a pair from a pair of values.

Configuration requise

Header: <cliext/utility>

Namespace: cliext

Voir aussi

Autres ressources

Référence de bibliothèque STL/CLR