See the overload above for contract.

Synopsis

Declared in <bdlb_pairutil.h>

template<
    class t_FIRST,
    class t_SECOND>
constexpr
std::pair<t_FIRST const&, t_SECOND const&>
stdPairRefAdaptor(bsl::pair<t_FIRST, t_SECOND> const& pair);
Note

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

Created with MrDocs