STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Static Public Member Functions | Public Types
stapl::sgl::detail::make_empty_frontier_impl< Container, FrontierType, HasContiguousDomain > Struct Template Reference

Implementation for making an empty frontier. More...

Static Public Member Functions

static type create (Container &cont)
 

Public Types

using type = sgl::sparse_frontier< typename Container::distribution_type::container_manager_type::gid_set_type >
 

Detailed Description

template<typename Container, frontier_type FrontierType, bool HasContiguousDomain = is_contiguous_domain< typename Container::distribution_type::container_manager_type:: base_container_type::domain_type>::value>
struct stapl::sgl::detail::make_empty_frontier_impl< Container, FrontierType, HasContiguousDomain >

Implementation for making an empty frontier.

This is the default implementation using standard vector storage for the frontier


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