|
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.
Classes | |
| struct | ttg::meta::is_ptr< ttg::Ptr< T > > |
Namespaces | |
| namespace | ttg |
| top-level TTG namespace contains runtime-neutral functionality | |
| namespace | ttg::meta |
Typedefs | |
| template<typename T > | |
| using | ttg::Ptr = TTG_IMPL_NS::Ptr< T > |
Functions | |
| template<typename T , typename... Args> | |
| Ptr< T > | ttg::make_ptr (Args &&... args) |
| template<typename T > | |
| Ptr< std::decay_t< T > > | ttg::get_ptr (T &&obj) |
1.9.8