STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types | Public Attributes
stapl::proxy_pair_holder< Proxy1, Proxy2 > Struct Template Reference

Custom PARAGRAPH edge storage for pairs of proxies. More...

Public Member Functions

 proxy_pair_holder ()
 Default constructor initialized both proxies as null references.
 
 proxy_pair_holder (pair_t const &value)
 
 operator pair_t () const
 Conversion operator to underlying pair type.
 
proxy_pair_holderoperator= (proxy_pair_holder const &rhs)
 Assignment operator redirects to reset method of proxy_core_access for each proxy. More...
 

Public Types

typedef std::pair< Proxy1, Proxy2 > pair_t
 

Public Attributes

pair_t m_pair
 The underlying pair of proxies passed on the edge.
 

Detailed Description

template<typename Proxy1, typename Proxy2>
struct stapl::proxy_pair_holder< Proxy1, Proxy2 >

Custom PARAGRAPH edge storage for pairs of proxies.

Template Parameters
Proxy1First proxy type of pair.
Proxy2Second proxy type of pair.

Define default construction and assignment semantics for use by the edge_container.

See also
df_stored_type

Member Function Documentation

◆ operator=()

template<typename Proxy1 , typename Proxy2 >
proxy_pair_holder& stapl::proxy_pair_holder< Proxy1, Proxy2 >::operator= ( proxy_pair_holder< Proxy1, Proxy2 > const &  rhs)

Assignment operator redirects to reset method of proxy_core_access for each proxy.

See also
proxy_core_access::reset

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