18 #include <flecsi-config.h> 20 #if !defined(__FLECSI_PRIVATE__) 21 #error Do not include this file directly! 30 #if !defined(FLECSI_ENABLE_LEGION) 31 #error FLECSI_ENABLE_LEGION not defined! This file depends on Legion! 38 inline log::devel_tag unbind_accessors_tag(
"unbind_accessors");
49 template<
typename DATA_TYPE,
size_t PRIVILEGES>
57 template<
typename DATA_TYPE>
58 static typename std::enable_if_t<
59 !std::is_base_of_v<data::reference_base, DATA_TYPE>>
63 flog_devel(info) <<
"Skipping argument with type " 64 << util::type<DATA_TYPE>() << std::endl;
Definition: tuple_walker.hh:34
Definition: control.hh:31
Definition: unbind_accessors.hh:47