[#bsl-pair-04] = xref:bsl.adoc[bsl]::xref:bsl/pair-0b.adoc[pair<T1, T2>] :relfileprefix: ../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class T1, class T2> xref:bsl/pair-0b.adoc[pair<T1, T2>](std::pair<T1, T2>) -> xref:bsl/pair-0b.adoc[pair<T1, T2>]; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#