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

Functor to coarsen a set of given views, where the last view in the given set of views is coarsened using the null_coarsener. More...

Public Member Functions

template<typename Views >
auto apply (Views const &views, integral_constant< std::size_t, 1 >) const STAPL_AUTO_RETURN(null_coarsener()(views)) template< typename Views
 

Detailed Description

template<typename Coarsener>
struct stapl::coarsen_all_but_last< Coarsener >

Functor to coarsen a set of given views, where the last view in the given set of views is coarsened using the null_coarsener.


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