Go to the source code of this file.
Defines | |
#define | ICL_CORE_CONFIG_HAS_ENHANCED_CONFIG_MACROS |
#define | ICL_CORE_CONFIG_TYPEOF(value) __typeof__(value) |
Helper macros for the enhanced batch convenience macros for icl_core_config. The batch macros CONFIG_VALUE, CONFIG_ENUM, MEMBER_VALUE etc. are only available on certain compilers that support the decltype or __typeof__ macros. To test whether these macros are available, you can include this file check against the ICL_CORE_CONFIG_HAS_ENHANCED_CONFIG_MACROS macro.
Definition in file ConfigHelper.h.
Definition at line 41 of file ConfigHelper.h.
#define ICL_CORE_CONFIG_TYPEOF | ( | value | ) | __typeof__(value) |
Definition at line 42 of file ConfigHelper.h.