Return std::pair containing references to the fields of the specified pair.

Synopsis

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);
Note

This function is defined as an Algorithm Function Object (AFO).

Created with MrDocs