STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::detail::result_value_storage_entry< Index, T, Hook > Class Template Reference

Storage class for buffering value in the result_container when there are still unspecified consumers. More...

Public Member Functions

 result_value_storage_entry (Index const &index, T const &value)
 
Index const & index (void) const
 
T const & value (void) const
 

Detailed Description

template<typename Index, typename T, typename Hook>
class stapl::detail::result_value_storage_entry< Index, T, Hook >

Storage class for buffering value in the result_container when there are still unspecified consumers.


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