Back to Taskflow

Taskflow: A General

docs/concepttf_1_1PartitionerLike.html

4.1.01.2 KB
Original Source

| | Taskflow: A General-purpose Task-parallel Programming System |

Loading...

Searching...

No Matches

tf::PartitionerLike Concept Reference

determines if a type is a partitioner More...

#include <taskflow/algorithm/partitioner.hpp>

Concept definition

template<typename P>

concept tf::PartitionerLike = std::derived_from<P, PartitionerBase<typename P::closure_wrapper_type>>

tf::PartitionerLike

determines if a type is a partitioner

Definition partitioner.hpp:906

Detailed Description

determines if a type is a partitioner

A type satisfies tf::PartitionerLike if it is derived from tf::PartitionerBase.