Go to the documentation of this file. 29 #ifndef ICL_CORE_CONFIG_CONFIG_HELPER_H_INCLUDED 30 #define ICL_CORE_CONFIG_CONFIG_HELPER_H_INCLUDED 34 # define ICL_CORE_CONFIG_HAS_ENHANCED_CONFIG_MACROS 35 # define ICL_CORE_CONFIG_TYPEOF(value) decltype(value) 37 # include <boost/typeof/typeof.hpp> 38 # define ICL_CORE_CONFIG_HAS_ENHANCED_CONFIG_MACROS 39 # define ICL_CORE_CONFIG_TYPEOF(value) BOOST_TYPEOF(value) 44 # define ICL_CORE_CONFIG_HAS_ENHANCED_CONFIG_MACROS 45 # define ICL_CORE_CONFIG_TYPEOF(value) __typeof__(value)
fzi_icl_core
Author(s):
autogenerated on Mon Jun 10 2019 13:17:58