Skip to main content

chronon::sender::TopoSortResult

Result of topologicalSort(); order is partial if has_cycle is true.

#include <Graph.hpp>

Public Attributes

Name
std::vector< size_t >order
boolhas_cycle

Public Attributes Documentation

variable order

std::vector< size_t > order;

variable has_cycle

bool has_cycle;

Updated on 2026-05-26 at 05:42:32 +0000