Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
A helper class to create a proportional_split object for a given type of Range. More...
#include <partitioner.h>
Static Public Member Functions | |
static proportional_split | get_split (size_t) |
A helper class to create a proportional_split object for a given type of Range.
If the Range has static boolean constant 'is_splittable_in_proportion' set to 'true', the created object splits a provided value in an implemenation-defined proportion; otherwise it represents equal-size split.
Definition at line 284 of file partitioner.h.
|
inlinestatic |
Definition at line 285 of file partitioner.h.
Referenced by tbb::interface9::internal::proportional_mode< static_partition_type >::get_split().