docs/concepts.html
| | Taskflow: A General-purpose Task-parallel Programming System |
Loading...
Searching...
No Matches
Concepts
Here is a list of all documented concepts with brief descriptions:
[detail level 12]
| ▼Ntf | Taskflow namespace | | RIndexRangesLike | Concept to check if a type is a tf::IndexRanges, regardless of dimensionality | | RIndexRanges1DLike | Concept to check if a type is a tf::IndexRanges<T, 1> (i.e., tf::IndexRange<T>) | | RIndexRangesMDLike | Concept to check if a type is a tf::IndexRanges<T, N> with rank > 1 | | RStringLike | Concept that determines if a type is string-like | | RTaskParamsLike | Determines if a type is a task parameter type | | RGraphLike | Concept that determines if a type owns or provides access to a tf::Graph | | RStaticTaskLike | Determines if a callable is a static task | | RSubflowTaskLike | Determines if a callable is a subflow task | | RRuntimeTaskLike | Determines if a callable is a runtime task | | RConditionTaskLike | Determines if a callable is a condition task | | RMultiConditionTaskLike | Determines if a callable is a multi-condition task | | RPartitionerLike | Determines if a type is a partitioner |