| ▼Ntf | Taskflow namespace |
| RIndexRangeLike | Concept to check if a type an tf::IndexRange, regardless of dimensionality |
| RIndexRange1DLike | Concept to check if a type is a tf::IndexRange<T, 1> |
| RIndexRangeMDLike | Concept to check if a type is a tf::IndexRange<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 |