[#bsl-pair-0b-2conversion-057] = xref:bsl.adoc[bsl]::xref:bsl/pair-0b.adoc[pair]::operator std::tuple<PARAM_1&, PARAM_2&> :relfileprefix: ../../ :mrdocs: Return an `std::tuple` object, holding references that provide modifiable access to the members of this object. == Synopsis Declared in `<bslstl_pair.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- 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; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#