cluster_linearize::DepGraph::Descendants

Get the descendants of a given transaction i. Complexity: O(1).

Synopsis

Declared in <cluster_linearize.h>

SetType const&
Descendants(DepGraphIndex i) const noexcept;

Return Value

The set of descendants of i (including i itself).

Parameters

NameDescription
iThe transaction position to query.