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 |
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.