Custom PARAGRAPH edge storage a proxy. More...
Public Member Functions | |
proxy_holder () | |
Default constructor initializes proxy as null reference. | |
proxy_holder (Proxy const &proxy) | |
operator Proxy () const | |
Conversion operator to underlying proxy type. | |
proxy_holder & | operator= (proxy_holder const &rhs) |
Assignment operator redirects to reset method of proxy_core_access . More... | |
Public Types | |
typedef Proxy | proxy_type |
Public Attributes | |
Proxy | m_proxy |
The underlying proxy passed on the edge. | |
Custom PARAGRAPH edge storage a proxy.
Proxy | The proxy type to be stored in edge_container. |
Define default construction and assignment semantics for use by the edge_container.
proxy_holder& stapl::proxy_holder< Proxy >::operator= | ( | proxy_holder< Proxy > const & | rhs | ) |
Assignment operator redirects to reset
method of proxy_core_access
.