|
nxpp
Header-only graph utilities on top of Boost Graph Library
|
Thin topological-sort compatibility aliases for the graph wrapper. More...


Go to the source code of this file.
Functions | |
| template<typename GraphWrapper > | |
| auto | nxpp::topological_sort (const GraphWrapper &G) |
Deprecated free-function alias for G.topological_sort(). | |
Thin topological-sort compatibility aliases for the graph wrapper.
| auto nxpp::topological_sort | ( | const GraphWrapper & | G | ) |
Deprecated free-function alias for G.topological_sort().
| G | Graph wrapper on which to compute a topological ordering. |
G.topological_sort(). References nxpp::topological_sort().
Referenced by nxpp::topological_sort().