[#cluster_linearize-DepGraph-AppendTopo] = xref:cluster_linearize.adoc[cluster_linearize]::xref:cluster_linearize/DepGraph.adoc[DepGraph]::AppendTopo :relfileprefix: ../../ :mrdocs: Append the entries of select to list in a topologically valid order. == Synopsis Declared in `<cluster_linearize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void AppendTopo( std::vector<DepGraphIndex>& list, SetType const& select) const noexcept; ---- == Description Complexity: O(select.Count() * log(select.Count())). == Parameters [cols="1,4"] |=== | Name| Description | *list* | The vector to append positions to. | *select* | The set of positions to append. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#