Skip to content

futures/algorithm/partitioner/partitioner_for.hpp

Concepts and traits for partitioners.

#include <futures/algorithm/partitioner/partitioner_for.hpp>

Namespaces

Name Description
futures Main library namespace.

Description

A partitioner is a light callable object that takes a pair of iterators and returns the middle of the sequence. In particular, it returns an iterator middle that forms a subrange first/middle which the algorithm should solve inline before scheduling the subrange middle/last in the executor.


Updated on 2023-01-04