[#BloombergLP-bdlb-operator_bitor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::operator| :relfileprefix: ../../ :mrdocs: Translate the range of `bsl::pair`s into a range of `std::pair`s, where each `pair` of the resulting range is a `pair` of references to the corresponding members of the corresponding `pair` in the input range. == Synopsis Declared in `<bdlb_pairutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_RANGE_BSL_PAIR> decltype(PairUtil::adaptForRanges( bsl::forward<t_RANGE_BSL_PAIR>(bslRange))) operator|( t_RANGE_BSL_PAIR&& bslRange, /* implementation-defined */ const&); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#