[#BloombergLP-bslstl-Pair_GetImpUtil-07-getPairElement-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/Pair_GetImpUtil-07.adoc[Pair_GetImpUtil<1U, T1, T2>]::getPairElement :relfileprefix: ../../../ :mrdocs: `getPairElement` overloads == Synopses Declared in `<bslstl_pair.h>` Return a reference providing modifiable access to the second element of the specified `p`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static T2& xref:BloombergLP/bslstl/Pair_GetImpUtil-07/getPairElement-0c.adoc[getPairElement](xref:bsl/pair-0b.adoc[bsl::pair<T1, T2>]& p) noexcept; ---- [.small]#xref:BloombergLP/bslstl/Pair_GetImpUtil-07/getPairElement-0c.adoc[_» more..._]# Return a reference providing non‐modifiable access to the second element of the specified `p`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static T2 const& xref:BloombergLP/bslstl/Pair_GetImpUtil-07/getPairElement-00.adoc[getPairElement](xref:bsl/pair-0b.adoc[bsl::pair<T1, T2>] const& p) noexcept; ---- [.small]#xref:BloombergLP/bslstl/Pair_GetImpUtil-07/getPairElement-00.adoc[_» more..._]# Return a rvalue reference providing modifiable access to the second element of the specified `p` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static T2&& xref:BloombergLP/bslstl/Pair_GetImpUtil-07/getPairElement-08.adoc[getPairElement](xref:bsl/pair-0b.adoc[bsl::pair<T1, T2>]&& p) noexcept; ---- [.small]#xref:BloombergLP/bslstl/Pair_GetImpUtil-07/getPairElement-08.adoc[_» more..._]# Return a rvalue reference providing non‐modifiable access to the second element of the specified `p` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static T2 const&& xref:BloombergLP/bslstl/Pair_GetImpUtil-07/getPairElement-06.adoc[getPairElement](xref:bsl/pair-0b.adoc[bsl::pair<T1, T2>] const&& p) noexcept; ---- [.small]#xref:BloombergLP/bslstl/Pair_GetImpUtil-07/getPairElement-06.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#