[#cluster_linearize-SetInfo-2constructor-00] = xref:cluster_linearize.adoc[cluster_linearize]::xref:cluster_linearize/SetInfo.adoc[SetInfo]::SetInfo :relfileprefix: ../../ :mrdocs: Construct a SetInfo for a set of transactions in a depgraph. == Synopsis Declared in `<cluster_linearize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit SetInfo( xref:cluster_linearize/DepGraph.adoc[DepGraph<SetType>] const& depgraph, SetType const& txn) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *depgraph* | The graph the transactions belong to. | *txn* | The set of transactions. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#