#include "error.hh"
Go to the source code of this file.
Functions | |
template<typename T> | |
std::vector< T > | nix::topoSort (std::set< T > items, std::function< std::set< T >(const T &)> getChildren, std::function< Error(const T &, const T &)> makeCycleError) |