View storage used for tasks when per-view localization is performed and migration is disabled. Only store the transformed views.
More...
|
template<typename ... ViewParams> |
| mixed_no_mg_storage (ViewParams &&... views) |
|
view_set_type & | views (void) |
|
void | release (tg_callback const &cb, bool b_migrating=false) |
| Signature called by ephemeral paragraphs.
|
|
void | release (void) |
| Signature called by persistent paragraphs.
|
|
|
using | base_view_set_type = std::tuple< Views... > |
|
using | view_set_type = typename compute_mixed_viewset< num_views, FastVec, Views... >::type |
|
template<typename FastVec, typename ... Views>
class stapl::detail::mixed_no_mg_storage< FastVec, Views >
View storage used for tasks when per-view localization is performed and migration is disabled. Only store the transformed views.
- Template Parameters
-
FastVec | Boost.MPL vector of bools indicating whether each view in the tuple is local (true) or non-local (false) |
Views | Tuple of the views to be used to create a task |
The documentation for this class was generated from the following file: