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_holder & | operator= (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. | |
Custom PARAGRAPH edge storage for pairs of proxies.
Proxy1 | First proxy type of pair. |
Proxy2 | Second proxy type of pair. |
Define default construction and assignment semantics for use by the edge_container.
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.