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 |
Functor calling get_rmi_handle
on any object passed to it.
Used in element_ref_cache constructor instead of lambda to reduce compiler pressure.