common.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 
5 #include <SimoxUtility/meta/boost_hana.h>
6 #include <SimoxUtility/meta/undefined_t.h>
7 
8 namespace armarx::meta
9 {
10  using namespace simox::meta;
11 }
12 
13 namespace armarx::meta::cfg
14 {
15  namespace hana = boost::hana;
16 
18 
19  template<class...Ts>
21 }
armarx::meta::cfg::first_not_undefined_t
::simox::meta::first_not_undefined_t< Ts... > first_not_undefined_t
Definition: common.h:20
simox::meta
Definition: box_to_grasp_candidates.ipp:12
armarx::meta
Definition: PluginCfgStruct.h:31
armarx::meta::cfg
Definition: PluginCfgStruct.h:31
armarx::meta::cfg::undefined_t
::simox::meta::undefined_t undefined_t
Definition: common.h:17