concept that determines if a type owns or provides access to a tf::Graph More...
#include <taskflow/core/graph.hpp>
concept that determines if a type owns or provides access to a tf::Graph
A type satisfies tf::HasGraph if it meets one of the following two criteria:
tf::Graph.graph() method that returns a reference convertible to tf::Graph&.This concept is used by tf::retrieve_graph to abstract the way graphs are accessed across different taskflow components.