Itoyori  v0.0.1
workhint.hpp File Reference
Include dependency graph for workhint.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ityr::workhint_range< W >
 
class  ityr::workhint_range< void >
 

Namespaces

 ityr
 

Functions

template<typename ExecutionPolicy , typename ForwardIterator , typename Op >
auto ityr::create_workhint_range (const ExecutionPolicy &policy, ForwardIterator first, ForwardIterator last, Op op, std::size_t n_leaves)
 
template<typename ExecutionPolicy , typename ForwardIterator , typename Op >
auto ityr::create_workhint_range (const ExecutionPolicy &policy, ForwardIterator first, ForwardIterator last, Op op)