STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::skeletons::input_lazysize Class 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

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: