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

A view that has the same behavior as the given View type, but uses a base container as underlying container to provide fast access over the data. More...

Public Member Functions

 nfast_view (View const &v)
 

Detailed Description

template<typename View>
struct stapl::nfast_view< View >

A view that has the same behavior as the given View type, but uses a base container as underlying container to provide fast access over the data.

Such a view is constructed when the task is going to be executed in this location and all the views required for the task access their data locally.

Template Parameters
Viewmix_view over the view that is to be transformed to one over the underlying base container (component pointer of the mix_view)

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