|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <partitioner.h>
Static Public Attributes | |
| static const bool | value = (sizeof(decide<Range>(0)) == sizeof(yes)) |
Private Types | |
| typedef char | yes[1] |
| typedef char | no[2] |
Static Private Member Functions | |
| template<typename range_type > | |
| static yes & | decide (typename enable_if< range_type::is_splittable_in_proportion >::type *) |
| template<typename range_type > | |
| static no & | decide (...) |
Class determines whether template parameter has static boolean constant 'is_splittable_in_proportion' initialized with value of 'true' or not. If template parameter has such field that has been initialized with non-zero value then class field will be set to 'true', otherwise - 'false'
Definition at line 267 of file partitioner.h.
|
private |
Definition at line 270 of file partitioner.h.
|
private |
Definition at line 269 of file partitioner.h.
|
staticprivate |
|
staticprivate |
|
static |
Definition at line 277 of file partitioner.h.