STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Static Public Member Functions
stapl::detail::fast_view_builder< BaseContainer, false, false > Class Template Reference

Terminator of the recursive fast_view_builder instantiation when the bottom-most container of the original view has been hit. More...

Static Public Member Functions

template<typename Container >
static BaseContainer & create_new_or_get_component (Container const &, BaseContainer *comp)
 

Detailed Description

template<typename BaseContainer>
class stapl::detail::fast_view_builder< BaseContainer, false, false >

Terminator of the recursive fast_view_builder instantiation when the bottom-most container of the original view has been hit.

Returns the reference to the base container (which has been passed through via the component pointer), so that the created cast view doesn't take ownership of it.


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