bsl::pair<T1, T2>

Deduce the specified types T1 and T2 from the corresponding template parameters of the std::pair supplied to the constructor of pair.

Synopsis

Declared in <bslstl_pair.h>

template<
    class T1,
    class T2>
pair<T1, T2>(std::pair<T1, T2>) -> pair<T1, T2>;