Loading...
Searching...
No Matches
tf::Partitioner Concept Reference

determines if a type is a partitioner More...

#include <taskflow/algorithm/partitioner.hpp>

Concept definition

template<typename P>
concept tf::Partitioner = std::derived_from<P, PartitionerBase<typename P::closure_wrapper_type>>
determines if a type is a partitioner
Definition partitioner.hpp:815

Detailed Description

determines if a type is a partitioner

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