Return std::pair containing references to the fields of the specified pair.
Declared in <bdlb_pairutil.h>
template<
class t_FIRST,
class t_SECOND>
constexpr
std::pair<t_FIRST&, t_SECOND&>
stdPairRefAdaptor(bsl::pair<t_FIRST, t_SECOND>& pair);
This function is defined as an Algorithm Function Object (AFO).