STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::view_operations::set_elements_impl< Derived, bool > Struct Template Reference

Enables set_elements method in Array for aggregate assignments. More...

Public Member Functions

template<typename SourceView >
void set_elements (SourceView &&source_view)
 

Public Types

using set_elements_type = std::true_type
 

Detailed Description

template<typename Derived, bool = std::is_same< typename view_traits<Derived>::map_function, f_ident<typename view_traits<Derived>::domain_type::index_type> >::value && !is_view<typename view_traits<Derived>::container>::value && !is_proxy<typename view_traits<Derived>::container>::value && !is_container<typename view_traits<Derived>::value_type>::value>
struct stapl::view_operations::set_elements_impl< Derived, bool >

Enables set_elements method in Array for aggregate assignments.

For now, restricted to array_view instantiations with identity mapping function, f_ident.


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