Return a reference providing non-modifiable access to the first element of the specified p.
Declared in <bslstl_pair.h>
static
T1 const&
getPairElement(bsl::pair<T1, T2> const& p) noexcept;
non-modifiable reference to the first element of p
| Name | Description |
|---|---|
| p | pair whose first element is returned |