ptr.h File Reference
#include "ttg/fwd.h"
Namespaces | |
ttg | |
top-level TTG namespace contains runtime-neutral functionality | |
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) |