cplusplus.com cplusplus.com
cplusplus.com   C++ : Reference : Miscellaneous : utility
  Search:
- -
C++
Information
Documentation
Reference
Articles
Sourcecode
Forums
Reference
C Library
IOstream Library
Strings library
STL Containers
STL Algorithms
Miscellaneous
Miscellaneous
functional
iterator
memory
utility
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

pair Pair of values (class template)
make_pair Construct pair object (function template)

rel_ops Relational Operators (namespace)

Home page | Privacy policy
© cplusplus.com, 2000-2008 - All rights reserved - v2.2
Spotted an error? contact us