This documentation is archived and is not being maintained.
utility (STL/CLR)
Visual Studio 2013
Include the STL/CLR header <cliext/utility> to define the template class pair and several supporting template functions.
#include <utility>
|
Class |
Description |
|---|---|
|
Wrap a pair of elements. |
|
Operator |
Description |
|---|---|
|
Pair equal comparison. |
|
|
Pair not equal comparison. |
|
|
Pair less than comparison. |
|
|
Pair less than or equal comparison. |
|
|
Pair greater than comparison. |
|
|
Pair greater than or equal comparison. |
|
Function |
Description |
|---|---|
|
Make a pair from a pair of values. |
Show: