|
Stxxl
1.4.0
|
#include <stxxl/bits/common/types.h>

Go to the source code of this file.
Namespaces | |
| namespace | stxxl |
| |
Functions | |
| void | stxxl::compute_prefetch_schedule (const int_type *first, const int_type *last, int_type *out_first, int_type m, int_type D) |
| void | stxxl::compute_prefetch_schedule (int_type *first, int_type *last, int_type *out_first, int_type m, int_type D) |
| template<typename run_type > | |
| void | stxxl::compute_prefetch_schedule (const run_type &input, int_type *out_first, int_type m, int_type D) |
| template<typename bid_iterator_type > | |
| void | stxxl::compute_prefetch_schedule (bid_iterator_type input_begin, bid_iterator_type input_end, int_type *out_first, int_type m, int_type D) |
1.7.6.1