STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Static Public Member Functions
stapl::bc_base_impl::cleanup_elements< T, bool > Struct Template Reference

Called in destructor of a base container to destroy heap-allocated value held by container_wrapper_ref, if the value type of the base container is a nested container. More...

Static Public Member Functions

template<typename Storage >
static void apply (Storage &, bool)
 

Detailed Description

template<typename T, bool = is_container<T>::value>
struct stapl::bc_base_impl::cleanup_elements< T, bool >

Called in destructor of a base container to destroy heap-allocated value held by container_wrapper_ref, if the value type of the base container is a nested container.


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