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

Base class of Segmented, which optionally stores the underlying view/container, allowing it to implement the same ownership capabilities of other views. More...

Public Member Functions

template<typename ... Args>
 container_storage (Args &&... args)
 
Container & managed_container (void)
 
Container const & managed_container (void) const
 

Detailed Description

template<typename Container>
class stapl::view_impl::container_storage< Container >

Base class of Segmented, which optionally stores the underlying view/container, allowing it to implement the same ownership capabilities of other views.


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