cluster_linearize::SetInfo::operator-=

Remove the transactions of other from this SetInfo (which must be a subset).

Synopsis

Declared in <cluster_linearize.h>

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

Return Value

A reference to this SetInfo.

Parameters

NameDescription
otherThe SetInfo to subtract.