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::continuation_request< Function, Future > Class Template Referencefinal

Calls function f with a Future created with t.... More...

Public Member Functions

template<typename F , typename... T>
 continuation_request (F &&f, T &&... t)
 
bool operator() (context &) final
 
constexpr size_type size (void) const noexcept
 
size_type & size (void) noexcept
 

Static Public Member Functions

static constexpr std::size_t expected_size (void) noexcept
 
static constexpr size_type minimum_size (void) noexcept
 

Public Types

typedef std::size_t size_type
 

Detailed Description

template<typename Function, typename Future>
class stapl::runtime::continuation_request< Function, Future >

Calls function f with a Future created with t....

See also
future_base, futures_base

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