[#cluster_linearize-SetInfo-2constructor-0f] = xref:cluster_linearize.adoc[cluster_linearize]::xref:cluster_linearize/SetInfo.adoc[SetInfo]::SetInfo :relfileprefix: ../../ :mrdocs: Construct a SetInfo for a given transaction 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, xref:cluster_linearize/DepGraphIndex.adoc[DepGraphIndex] pos) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *depgraph* | The graph the transaction belongs to. | *pos* | The position of the single transaction. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#