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

Log lazy size is used in skeletons where the size is defined as the logarithm of the inputs. A good example is an n-ary tree. More...

Public Member Functions

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

Detailed Description

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

Log lazy size is used in skeletons where the size is defined as the logarithm of the inputs. A good example is an n-ary tree.

Template Parameters
ithe arity of the tree
See also
tree
repeat

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