quickpool  1.8.0
An easy-to-use, header-only work stealing thread pool in C++11
Public Types | Static Public Member Functions | List of all members
quickpool::detail::Task< Function, Args > Struct Template Reference

Public Types

using type = decltype(std::declval< Function >()(std::declval< Args >()...))
 

Static Public Member Functions

static auto make (Function &&f, Args &&... args) -> decltype(std::bind(std::forward< Function >(f), std::forward< Args >(args)...))
 

Detailed Description

template<class Function, class... Args>
struct quickpool::detail::Task< Function, Args >

Definition at line 74 of file quickpool.hpp.


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