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

Name

Description

other

The SetInfo to merge in.

Created with MrDocs