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

Functor used to create a subview for a given index in segmented_view. More...

Public Member Functions

template<typename Container , typename ViewDom , typename ViewMF , typename Index , typename Partitioner , typename MFG >
type operator() (Container *cnt, ViewDom const &view_dom, ViewMF const &view_mf, Index const &index, Partitioner const &part, MFG const &mfg) const
 

Public Types

using type = SV
 

Detailed Description

template<typename SV>
struct stapl::view_impl::default_subview_creator< SV >

Functor used to create a subview for a given index in segmented_view.

Template Parameters
SVThe subview type that will be created

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