|
ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
|
#include <func.h>
Public Member Functions | |
| template<typename Value > | |
| constexpr decltype(auto) | operator() (Value &&value) const |
Wrapper allowing implementations to provide copies of data the user passed to send and broadcast. The value returned by operator() will be passed to all terminals. By default, the given reference is (perfectly) forwarded. Implementations may provide specializations using the ttg::Runtime tag.
|
inlineconstexpr |
1.9.8