STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::detail::return_handle Struct Reference

Functor calling get_rmi_handle on any object passed to it. More...

Public Member Functions

template<typename T >
result_type operator() (T &t) const
 
template<typename T >
result_type operator() (container_wrapper_ref< T > &wrapper) const
 

Public Types

using result_type = rmi_handle::reference
 

Detailed Description

Functor calling get_rmi_handle on any object passed to it.

Used in element_ref_cache constructor instead of lambda to reduce compiler pressure.


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