STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::skeletons::spans::tree< OnSpan, tags::right_aligned > Struct Template Reference

A span for right-aligned binary tree that looks like the following: More...

Public Member Functions

template<typename Coord >
bool should_spawn (Coord const &skeleton_size, Coord const &coord) const
 

Public Types

using size_type = typename OnSpan::size_type
 
using dimension_type = typename OnSpan::dimension_type
 

Detailed Description

template<typename OnSpan>
struct stapl::skeletons::spans::tree< OnSpan, tags::right_aligned >

A span for right-aligned binary tree that looks like the following:

O O O O O O O O
\| \| \| \|
O__ O O__ O
\| \|
O______ O
\|
O
Template Parameters
OnSpanthe span on which this right tree is defined

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