Loading...
Searching...
No Matches
Concepts
Here is a list of all documented concepts with brief descriptions:
[detail level 12]
 NtfTaskflow namespace
 RIndexRangesLikeConcept to check if a type is a tf::IndexRanges, regardless of dimensionality
 RIndexRanges1DLikeConcept to check if a type is a tf::IndexRanges<T, 1> (i.e., tf::IndexRange<T>)
 RIndexRangesMDLikeConcept to check if a type is a tf::IndexRanges<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