BloombergLP::bslstl::Pair_GetImpUtil<1U, T1, T2>::getPairElement

Return a reference providing modifiable access to the second element of the specified p.

Synopsis

Declared in <bslstl_pair.h>

static
T2&
getPairElement(bsl::pair<T1, T2>& p) noexcept;

Return Value

modifiable reference to the second element of p

Parameters

NameDescription
ppair whose second element is returned