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

This function object is responsible for applying the coarsener functor to the views passed to the PARAGRAPH constructor. The returned tuple is the set of views stored by the PARAGRAPH and passed to the factory. More...

Static Public Member Functions

static result_type apply (Coarsener const &coarsener, Views const &... views)
 

Public Types

using result_type = typename std::result_of< Coarsener(views_t)>::type
 

Detailed Description

template<typename Coarsener, typename... Views>
struct stapl::paragraph_impl::view_manager< Coarsener, Views >

This function object is responsible for applying the coarsener functor to the views passed to the PARAGRAPH constructor. The returned tuple is the set of views stored by the PARAGRAPH and passed to the factory.


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