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

List of buffers previously used by instances of ref_cnt_elem_holder maintained in place of deletion to allow reuse by future ref_cnt_elem_holder objects. More...

Public Member Functions

 holder_recycler (holder_recycler const &other)
 Copy constructor implements move semantics with other.
 

Detailed Description

template<typename T>
struct stapl::composition::holder_recycler< T >

List of buffers previously used by instances of ref_cnt_elem_holder maintained in place of deletion to allow reuse by future ref_cnt_elem_holder objects.

Template Parameters
TThe type of buffer stored in this list.

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