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

Specialization for instances of proxy backed by the edge_accessor.Hold a copy of the value and the corresponding task identifier directly. More...

Public Member Functions

 proxy_holder (lazy_edge_reference< T > &&ref, edge_container &ct)
 
proxy_holder & operator= (proxy_holder const &rhs)=delete
 

Public Attributes

m_val
 A copy of the value the proxy refers to.
 
std::size_t m_tid
 The task identifier this of the task that produced the value.
 

Detailed Description

template<typename T>
struct stapl::paragraph_impl::proxy_holder< lazy_edge_reference< T > >

Specialization for instances of proxy backed by the edge_accessor.

Hold a copy of the value and the corresponding task identifier directly.


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