STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::cast_container_view< View, C > Struct Template Reference

Helper class to change the container type and mapping function of the given View to the base container type C and the composition of all mapping functions encountered in the View containers. More...

Detailed Description

template<typename View, typename C>
struct stapl::cast_container_view< View, C >

Helper class to change the container type and mapping function of the given View to the base container type C and the composition of all mapping functions encountered in the View containers.

This is used during the creation of nfast_view for a task in a PARAGRAPH.


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