Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reference
Functions
| 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
| Tests if the pair object on the left side of the operator is not equal to the pair object on the right side. | |
| Tests if the pair object on the left side of the operator is equal to the pair object on the right side. | |
| Tests if the pair object on the left side of the operator is less than the pair object on the right side. | |
| 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. | |
| Tests if the pair object on the left side of the operator is greater than the pair object on the right side. | |
| 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
| A type that provides for the ability to treat two objects as a single object. |