Thrill  0.1

Detailed Description

Example parallel disk block allocation scheme functor.

Remarks
model of allocation_strategy concept

Definition at line 33 of file block_alloc_strategy.hpp.

#include <block_alloc_strategy.hpp>

Public Member Functions

 basic_allocation_strategy (size_t disks_begin, size_t disks_end)
 
 basic_allocation_strategy ()
 
size_t operator() (size_t i) const
 

Static Public Member Functions

static const char * name ()
 

Constructor & Destructor Documentation

◆ basic_allocation_strategy() [1/2]

basic_allocation_strategy ( size_t  disks_begin,
size_t  disks_end 
)

◆ basic_allocation_strategy() [2/2]

Member Function Documentation

◆ name()

static const char* name ( )
static

◆ operator()()

size_t operator() ( size_t  i) const

The documentation for this struct was generated from the following file: