STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::skeletons::log_ceil_lazysize< i > Class Template Reference

Log ceiling lazy size is used in skeletons where the size is defined as the ceiling of the logarithm of the input size. Hillis Steele or any other pointer jumping algorithm use this lazy size evaluator. More...

Public Member Functions

std::size_t operator() (std::size_t a)
 

Detailed Description

template<int i>
class stapl::skeletons::log_ceil_lazysize< i >

Log ceiling lazy size is used in skeletons where the size is defined as the ceiling of the logarithm of the input size. Hillis Steele or any other pointer jumping algorithm use this lazy size evaluator.

Template Parameters
ithe arity of the tree
See also
log_lazysize

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