docs/concepttf_1_1TaskParamsLike.html
| | Taskflow: A General-purpose Task-parallel Programming System |
Loading...
Searching...
No Matches
tf::TaskParamsLike Concept Reference
determines if a type is a task parameter type More...
#include <taskflow/core/graph.hpp>
template<typename P>
concept tf::TaskParamsLike =
std::same_as<std::decay_t<P>, TaskParams> ||
std::same_as<std::decay_t<P>, DefaultTaskParams> ||
class to create an empty task parameter for compile-time optimization
Definition graph.hpp:191
class to create a task parameter object
Definition graph.hpp:171
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:
Maintained by Dr. Tsung-Wei Huang — Generated by 1.13.1