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