CnC
 All Classes Namespaces Functions Variables Typedefs Enumerator Friends
pfor_tuner< check_deps, Partitioner > Struct Template Reference

Default (NOP) implementations of the pfor_tuner interface. More...

List of all members.


Detailed Description

template<bool check_deps = true, typename Partitioner = default_partitioner<>>
struct CnC::pfor_tuner< check_deps, Partitioner >

Default (NOP) implementations of the pfor_tuner interface.

Also defines the interface a user-provided step-tuner must satisfy. Derive your tuner from this (to avoid implementing the entire interface).

It is recommended that your tuner does not implement the methods as templates. Instead, you should use the actual types that it expects.

#include <cnc/default_tuner.h>

Definition at line 256 of file default_tuner.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerator Friends