[#bsl-get-0e8] = xref:bsl.adoc[bsl]::get :relfileprefix: ../ :mrdocs: Return a rvalue reference providing modifiable access to the element of the specified `p`, having the (template parameter) `TYPE`. This function will not compile unless the types `T1` and `T2` are different and the `TYPE` is the same as either `T1` or `T2`. == Synopsis Declared in `<bslstl_pair.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class TYPE, class T1, class T2> TYPE&& get(xref:bsl/pair-0b.adoc[bsl::pair<T1, T2>]&& p) noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#