STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Types
stapl::detail::strip_repeat_view< T > Struct Template Reference

Computes the type of the view underlying an repeat_view instance. More...

Public Types

using type = T
 

Detailed Description

template<typename T>
struct stapl::detail::strip_repeat_view< T >

Computes the type of the view underlying an repeat_view instance.

Used in the implementation of unique_copy to create a view over elements to be copied using the array_view::set_elements method


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