RMI request that will not execute if the distributed object has been destroyed and that discards the return value.
More...
|
template<typename Handle , typename F , typename... U> |
| try_rmi_request (Handle &&h, F &&f, U &&... u) noexcept |
|
bool | operator() (context &ctx) final |
|
constexpr size_type | size (void) const noexcept |
|
size_type & | size (void) noexcept |
|
|
template<typename... U> |
static std::size_t | expected_size (U &&... u) noexcept |
|
static constexpr size_type | minimum_size (void) noexcept |
|
|
typedef std::size_t | size_type |
|
template<typename MemFun, typename... T>
class stapl::runtime::try_rmi_request< MemFun, T >
RMI request that will not execute if the distributed object has been destroyed and that discards the return value.
- Template Parameters
-
MemFun | Member function pointer type. |
T | Argument types. |
The documentation for this class was generated from the following file: