Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
ahPair.H File Reference

Pair utilities and make_pair function. More...

#include <utility>
Include dependency graph for ahPair.H:

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.
 

Detailed Description

Pair utilities and make_pair function.

Provides pair-related utilities compatible with std::pair. Based on SGI STL implementation with Aleph-w extensions.

Author
Leandro Rabindranath León

Definition in file ahPair.H.