STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::package< repeat_view< Container > > Class Template Reference

Specialization of package for repeated view. Only store the underlying, repeatedly referenced value. Then, reconstruct using this value on destination. More...

Public Member Functions

 package (result_type &v)
 
result_type operator() (void) const
 

Public Types

using result_type = repeat_view< Container >
 

Detailed Description

template<typename Container>
class stapl::package< repeat_view< Container > >

Specialization of package for repeated view. Only store the underlying, repeatedly referenced value. Then, reconstruct using this value on destination.


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