determines if a type owns or provides a graph More...
#include <taskflow/core/graph.hpp>
determines if a type owns or provides a graph
A type satisfies tf::HasGraph if it either derives from tf::Graph or provides a graph() method returning a reference convertible to tf::Graph&.