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

Helper meta-function providing a public member value which is true if the composition containing the provided view type View should be preserved during view casting. More...

Detailed Description

template<typename View, bool = is_view<View>::value, bool = is_segmented_view<View>::value || is_SLICED_view<View>::value>
struct stapl::should_preserve< View, bool, bool >

Helper meta-function providing a public member value which is true if the composition containing the provided view type View should be preserved during view casting.


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