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