Common.h
Go to the documentation of this file.
1 #pragma once
2 
5 
6 namespace armarx::meta::cfg
7 {
8  template <class T>
9  struct gui_definition_enabled : std::bool_constant<meta::has_hana_accessor_v<T>>
10  {
11  };
12 
13  template <class T>
14  static constexpr bool gui_definition_enabled_v = gui_definition_enabled<T>::value;
15 } // namespace armarx::meta::cfg
trace.h
armarx::meta::cfg::gui_definition_enabled
Definition: Common.h:9
armarx::meta::cfg
Definition: PluginCfgStruct.h:31
ConfigIntrospection.h