cluster_linearize::SetInfo::SetInfo

Construct a SetInfo for a given transaction in a depgraph.

Synopsis

Declared in <cluster_linearize.h>

explicit
SetInfo(
    DepGraph<SetType> const& depgraph,
    DepGraphIndex pos) noexcept;

Parameters

NameDescription
depgraphThe graph the transaction belongs to.
posThe position of the single transaction.