Loading...
Searching...
No Matches
tf::TaskParameters Concept Reference

determines if a type is a task parameter type More...

#include <taskflow/core/graph.hpp>

Concept definition

template<typename P>
std::same_as<std::decay_t<P>, TaskParams> ||
std::same_as<std::decay_t<P>, DefaultTaskParams> ||
std::constructible_from<std::string, P>
class to create an empty task parameter for compile-time optimization
Definition graph.hpp:166
class to create a task parameter object
Definition graph.hpp:146
determines if a type is a task parameter type
Definition graph.hpp:177

Detailed Description

determines if a type is a task parameter type

A type satisfies tf::TaskParams if it is one of the following: