[#cluster_linearize-SetInfo-operator_or_eq] = xref:cluster_linearize.adoc[cluster_linearize]::xref:cluster_linearize/SetInfo.adoc[SetInfo]::operator|= :relfileprefix: ../../ :mrdocs: Add the transactions of other to this SetInfo (no overlap allowed). == Synopsis Declared in `<cluster_linearize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:cluster_linearize/SetInfo.adoc[SetInfo]& operator|=(xref:cluster_linearize/SetInfo.adoc[SetInfo] const& other) noexcept; ---- == Return Value A reference to this SetInfo. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The SetInfo to merge in. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#