[#cluster_linearize-SetInfo-operator_minus] = xref:cluster_linearize.adoc[cluster_linearize]::xref:cluster_linearize/SetInfo.adoc[SetInfo]::operator‐ :relfileprefix: ../../ :mrdocs: Compute the difference between this and other SetInfo (which must be a subset). == 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) const noexcept; ---- == Return Value A new SetInfo holding the difference. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The SetInfo to subtract. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#