|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Pair utilities and make_pair function. More...
#include <utility>Go to the source code of this file.
Namespaces | |
| namespace | Aleph |
| Main namespace for Aleph-w library functions. | |
Typedefs | |
| template<typename First , typename Second > | |
| using | Aleph::pair = std::pair< First, Second > |
Alias to std::pair kept for backwards compatibility. | |
Pair utilities and make_pair function.
Provides pair-related utilities compatible with std::pair. Based on SGI STL implementation with Aleph-w extensions.
Definition in file ahPair.H.