Return an std::tuple object, holding references that provide modifiable access to the members of this object.

Synopsis

Declared in <bslstl_pair.h>

template<
    class PARAM_1,
    class PARAM_2,
    class = void>
requires bsl::is_convertible<T1, PARAM_1>::value
                                    && bsl::is_convertible<T2, PARAM_2>::value
operator std::tuple<PARAM_1&, PARAM_2&>() noexcept;

Created with MrDocs