Reference
C Library
IOstream Library
Strings library
STL Containers
STL Algorithms
Miscellaneous
Miscellaneous
complex
exception
functional
iterator
limits
locale
memory
new
numeric
stdexcept
typeinfo
utility
valarray
utility
make_pair
pair
rel_ops


utility

header

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