cluster_linearize::SetInfo::operator|=

Add the transactions of other to this SetInfo (no overlap allowed).

Synopsis

Declared in <cluster_linearize.h>

SetInfo&
operator|=(SetInfo const& other) noexcept;

Return Value

A reference to this SetInfo.

Parameters

NameDescription
otherThe SetInfo to merge in.