cluster_linearize::SetInfo::operator-

Compute the difference between this and other SetInfo (which must be a subset).

Synopsis

Declared in <cluster_linearize.h>

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

Return Value

A new SetInfo holding the difference.

Parameters

NameDescription
otherThe SetInfo to subtract.