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::reverse_tree< OnSpan, tags::right_aligned > Struct Template Reference

A span for a right-aligned reverse 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::reverse_tree< OnSpan, tags::right_aligned >

A span for a right-aligned reverse 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 tree is defined

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