bsl::pair<T1, T2>

Deduce the specified types T1 and T2 from the corresponding types supplied to the constructor of pair.

Synopsis

Declared in <bslstl_pair.h>

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