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