Deduce the specified types T1 and T2 from the corresponding template parameters of the std::pair supplied to the constructor of pair.
Declared in <bslstl_pair.h>
template<
class T1,
class T2>
pair<T1, T2>(std::pair<T1, T2>) -> pair<T1, T2>;