STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::coarsen_partition_impl::construct_domain< Domain > Struct Template Reference

Helper struct that allows for the construction of a domain given the first and last indices and the view container to be specialized. More...

Public Member Functions

template<typename Index , typename Distribution >
Domain operator() (Index const &first, Index const &last, Distribution const &, Domain const &) const
 

Detailed Description

template<typename Domain>
struct stapl::coarsen_partition_impl::construct_domain< Domain >

Helper struct that allows for the construction of a domain given the first and last indices and the view container to be specialized.

This is necessary because not all domains provide a uniform set of constructors.

Note
This can be removed should the classes for which specializations of this struct be removed or updated with a set of constructors that match other domains.

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