[#cluster_linearize-DepGraph-Descendants] = xref:cluster_linearize.adoc[cluster_linearize]::xref:cluster_linearize/DepGraph.adoc[DepGraph]::Descendants :relfileprefix: ../../ :mrdocs: Get the descendants of a given transaction i. Complexity: O(1). == Synopsis Declared in `<cluster_linearize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- SetType const& Descendants(xref:cluster_linearize/DepGraphIndex.adoc[DepGraphIndex] i) const noexcept; ---- == Return Value The set of descendants of i (including i itself). == Parameters [cols="1,4"] |=== | Name| Description | *i* | The transaction position to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#