ttvalue.h
Go to the documentation of this file.
17 struct TTValue : private ttg_parsec::detail::ttg_data_copy_container_setter<ttg_parsec::detail::ttg_data_copy_t>
ttg_data_copy_t *& ttg_data_copy_container()
Definition: thread_local.h:14
Definition: ttvalue.h:18
virtual ~TTValue()=default
Definition: ttvalue.h:73
ValueT reference_type
Definition: ttvalue.h:85
std::add_lvalue_reference_t< std::remove_reference_t< ValueT > > lvalue_reference_type
Definition: ttvalue.h:87
lvalue_reference_type value_ref
Definition: ttvalue.h:88
std::decay_t< ValueT > value_type
Definition: ttvalue.h:86
ttg_data_copy_container_setter(ttg_parsec::detail::ttg_data_copy_t *ptr)
Definition: ttg_data_copy.h:117
ttg_data_copy_t()
Definition: ttg_data_copy.h:148