[#BloombergLP-bslstl-Pair_GetImpUtil-0d-getPairElement-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/Pair_GetImpUtil-0d.adoc[Pair_GetImpUtil<0, T1, T2>]::getPairElement :relfileprefix: ../../../ :mrdocs: Return a reference providing non‐modifiable access to the first element of the specified `p`. == Synopsis Declared in `<bslstl_pair.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static T1 const& getPairElement(xref:bsl/pair-0b.adoc[bsl::pair<T1, T2>] const& p) noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#