[#bsl-pair-09] = xref:bsl.adoc[bsl]::xref:bsl/pair-0b.adoc[pair<T1, T2>] :relfileprefix: ../ :mrdocs: Deduce the specified types `T1` and `T2` from the corresponding types 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>]( T1, T2) -> xref:bsl/pair-0b.adoc[pair<T1, T2>]; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#