Macro to generate chained else ifs...
Read MoreC enum implementing from_str and to_str functions? - Maybe an X-macro?...
Read MoreCartesian product of X-macro list with itself...
Read Moredefine anonymous enum with x-macros produces compilation error...
Read MoreIs it possible to use X-Macro with std::variant (or with template in general)?...
Read MoreItering and compare struct element with different size...
Read MoreX-macro driven C++ template class instantiation...
Read MoreHow to reduce number arguments in xmacro table expansion...
Read Moremanage similar structs, one with arrays, the other with pointers...
Read MoreIs it possible to (recursively) "introspect" nested C structs using x-macros?...
Read MoreUnderstanding the text replacement in x macro...
Read MoreExpand X macro inside another macro...
Read MoreIs it legal to pass the macro name to an X-Macro list...
Read MoreConvert endianness of integer fields in struct using macros...
Read MorePreprocessor #include directive and macro expansion...
Read MoreC - How to assign a value inside my macro?...
Read MoreCompilation error when printing array elements in a X-Macro...
Read MoreIs Misra-C compatible with X-macros?...
Read MoreCan I append to a preprocessor macro?...
Read MoreCreating a related x-macro from an existing one...
Read MoreUsing a macro as an argument in an x-macro definition...
Read MoreCheck existence of an entry in C pre-processor list...
Read MoreHow to get reflection-like functionality in C, without x-macros...
Read More