STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Static Public Member Functions | Public Types
stapl::runtime::try_rmi_request< MemFun, T > Class Template Referencefinal

RMI request that will not execute if the distributed object has been destroyed and that discards the return value. More...

Public Member Functions

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
 

Static Public Member Functions

template<typename... U>
static std::size_t expected_size (U &&... u) noexcept
 
static constexpr size_type minimum_size (void) noexcept
 

Public Types

typedef std::size_t size_type
 

Detailed Description

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
MemFunMember function pointer type.
TArgument types.

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