determines if a type is a task parameter type
More...
#include <taskflow/core/graph.hpp>
template<typename P>
std::same_as<std::decay_t<P>, TaskParams> ||
std::same_as<std::decay_t<P>, DefaultTaskParams> ||
concept that determines if a type is string-like
Definition graph.hpp:162
determines if a type is a task parameter type
Definition graph.hpp:202
determines if a type is a task parameter type
A type satisfies tf::TaskParams if it is one of the following: