|
ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
|
Go to the source code of this file.
Namespaces | |
| namespace | ttg |
| top-level TTG namespace contains runtime-neutral functionality | |
| namespace | ttg::meta |
| namespace | ttg::detail |
Typedefs | |
| template<typename T , typename Allocator = std::allocator<std::decay_t<T>>> | |
| using | ttg::Buffer = TTG_IMPL_NS::Buffer< T, Allocator > |
Functions | |
| template<typename T , typename Fn > | |
| void | ttg::detail::buffer_apply (T &&t, Fn &&fn) |
Variables | |
| template<typename T > | |
| constexpr const bool | ttg::detail::has_buffer_apply_v = has_buffer_apply<T>::value |
1.9.8