Search code examples
Cartesian product of X-macro list with itself...


cc-preprocessormetaprogrammingx-macros

Read More
Real-world use of X-Macros...


cmacrosc-preprocessorx-macros

Read More
define anonymous enum with x-macros produces compilation error...


c++cx-macros

Read More
Is it possible to use X-Macro with std::variant (or with template in general)?...


c++c-preprocessorx-macros

Read More
Itering and compare struct element with different size...


cloopsstructunionsx-macros

Read More
Generic type conversion in C...


cgenericsc-preprocessorx-macros

Read More
X-macro driven C++ template class instantiation...


c++g++x-macros

Read More
Combine different arity X-macros...


cmacrosc-preprocessorx-macros

Read More
X-Macros Redefinition...


c++cmacrosx-macros

Read More
How to reduce number arguments in xmacro table expansion...


c-preprocessorx-macros

Read More
manage similar structs, one with arrays, the other with pointers...


cx-macros

Read More
Is it possible to (recursively) "introspect" nested C structs using x-macros?...


creflectionmacrospreprocessorx-macros

Read More
Use specific entry of an X macro...


cmacrosx-macros

Read More
Understanding the text replacement in x macro...


cc-preprocessorx-macros

Read More
force unused parameter for macro...


cmacrosx-macros

Read More
Expand X macro inside another macro...


cmacrosx-macros

Read More
Is it legal to pass the macro name to an X-Macro list...


c++cc-preprocessorx-macros

Read More
Convert endianness of integer fields in struct using macros...


cmetaprogrammingpreprocessorx-macros

Read More
Preprocessor #include directive and macro expansion...


c++doxygenx-macros

Read More
X-macro breaks doxygen callgraph...


cdoxygenx-macros

Read More
C - How to assign a value inside my macro?...


cx-macros

Read More
Compilation error when printing array elements in a X-Macro...


carraysx-macros

Read More
Is Misra-C compatible with X-macros?...


cmisrax-macros

Read More
Can I append to a preprocessor macro?...


cmacrosc-preprocessorboost-preprocessorx-macros

Read More
Creating a related x-macro from an existing one...


cc-preprocessorx-macros

Read More
Using a macro as an argument in an x-macro definition...


cc-preprocessorx-macros

Read More
Check existence of an entry in C pre-processor list...


cc-preprocessorx-macros

Read More
How to get reflection-like functionality in C, without x-macros...


cserializationpreprocessorx-macros

Read More
Use enum to determine type of return result ( a hack using Macro )...


c++enumsmacrosc++14x-macros

Read More
create Macro to collect token (parameter) into a list, one by one...


c++c++11macrosx-macros

Read More
BackNext