¶template <typename Iterator>
bool is_topologically_sorted(Iterator begin,
Iterator end)
template <typename Iterator>
bool is_topologically_sorted(Iterator begin,
Iterator end)
Description
Returns whether an iterator range of commands is topologically sorted, i.e. sequential execution would satisfy all internal dependencies.
Declared at: src/command_graph_generator.cc:67
Template Parameters
- Iterator
Parameters
- Iterator begin
- Iterator end