header
<utility>
Utility components
This header defines two basic tools:
- Pairs, which are objects that can hold two values of different types.
- Standard definitions for the relational operators !=, >, <= and >=.
Components
- pair
- Pair of values (class template
)
- make_pair
- Construct pair object (function template
)
- rel_ops
- Relational Operators (namespace)