ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
ttvalue.h File Reference
#include <type_traits>
#include "ttg/parsec/ttg_data_copy.h"
Include dependency graph for ttvalue.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ttg_parsec::TTValue< DerivedT >
 
struct  ttg_parsec::detail::is_ttvalue_base< T, Enabler >
 
struct  ttg_parsec::detail::is_ttvalue_base< T, std::is_base_of< TTValue< std::decay_t< T > >, std::decay_t< T > > >
 
struct  ttg_parsec::detail::persistent_value_ref< ValueT >
 

Namespaces

namespace  ttg_parsec
 this contains PaRSEC-based TTG functionality
 
namespace  ttg_parsec::detail
 

Functions

template<typename ValueT >
auto ttg_parsec::persistent (ValueT &&value)