STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Types
stapl::cast_container_view< segmented_view< C, P, MFG, SVC >, NewC > Struct Template Reference

Specialization for changing the container used for a segmented view. More...

Public Types

using subview_creator_type = typename container_traits< typename view_traits< segmented_view< C, P, MFG, SVC > >::container >::subview_creator_type
 
using original_subview_type = typename subview_creator_type::type
 
using type = segmented_view< typename cast_container_view< C, NewC >::type, P, MFG, typename subview_creator_type::template with_subview< typename cast_container_view< original_subview_type, NewC >::type >::type >
 

Detailed Description

template<typename C, typename P, typename MFG, typename SVC, typename NewC>
struct stapl::cast_container_view< segmented_view< C, P, MFG, SVC >, NewC >

Specialization for changing the container used for a segmented view.


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