Standard C++ Library Class Reference

Non-member Functions
template <class T1, class T2>
pair<T1,T2>
make_pair(x,y);
make_pair(x,y) creates a pair by deducing and returning the types of x and y.