|
| auto | executor () |
| |
| template<class Out > |
| void | submit (Out out) |
| |
| template<class Function > |
| void | execute (Function f) const noexcept |
| |
| constexpr bool | query (std::experimental::execution::oneway_t) |
| |
| constexpr bool | query (std::experimental::execution::twoway_t) |
| |
| constexpr bool | query (std::experimental::execution::single_t) |
| |
Definition at line 102 of file PushmiBenchmarks.cpp.
template<class Function >
| void inline_executor::execute |
( |
Function |
f | ) |
const |
|
inlinenoexcept |
| auto inline_executor::executor |
( |
| ) |
|
|
inline |
| constexpr bool inline_executor::query |
( |
std::experimental::execution::oneway_t |
| ) |
|
|
inline |
| constexpr bool inline_executor::query |
( |
std::experimental::execution::twoway_t |
| ) |
|
|
inline |
| constexpr bool inline_executor::query |
( |
std::experimental::execution::single_t |
| ) |
|
|
inline |
template<class Out >
| void inline_executor::submit |
( |
Out |
out | ) |
|
|
inline |
The documentation for this struct was generated from the following files: