Loading...
Searching...
No Matches
Concepts
Here is a list of all documented concepts with brief descriptions:
[detail level 12]
 NtfTaskflow namespace
 RIndexRangeLikeConcept to check if a type an tf::IndexRange, regardless of dimensionality
 RIndexRange1DLikeConcept to check if a type is a tf::IndexRange<T, 1>
 RIndexRangeMDLikeConcept to check if a type is a tf::IndexRange<T, N> with rank > 1
 RStringLikeConcept that determines if a type is string-like
 RTaskParamsLikeDetermines if a type is a task parameter type
 RGraphLikeConcept that determines if a type owns or provides access to a tf::Graph
 RStaticTaskLikeDetermines if a callable is a static task
 RSubflowTaskLikeDetermines if a callable is a subflow task
 RRuntimeTaskLikeDetermines if a callable is a runtime task
 RConditionTaskLikeDetermines if a callable is a condition task
 RMultiConditionTaskLikeDetermines if a callable is a multi-condition task
 RPartitionerLikeDetermines if a type is a partitioner