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

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)