Construct a SetInfo for a set of transactions in a depgraph.
Synopsis
Declared in <cluster_linearize.h>
explicit
SetInfo(
DepGraph<SetType> const& depgraph,
SetType const& txn) noexcept;
Parameters
Name |
Description |
depgraph |
The graph the transactions belong to. |
txn |
The set of transactions. |
Created with MrDocs