swansontec / map-macroLinks
A recursive C preprocessor macro which performs an operation on each element of a list
☆332Updated last week
Alternatives and similar repositories for map-macro
Users that are interested in map-macro are comparing it to the libraries listed below
Sorting:
- A miniature library for struct-field reflection in C++☆570Updated 2 months ago
- A C/C++ header to help move #ifdefs out of your code☆847Updated 8 months ago
- META data and RESource library for C language☆134Updated 3 months ago
- A mini-preprocessor library to demostrate the recursive capabilites of the preprocessor☆942Updated 5 years ago
- A C++14 compile-time/constexpr map and hash map with minimal binary footprint☆215Updated 2 years ago
- chaos preprocessor library. this is what boost preprocessor derived from.☆124Updated 13 years ago
- Collection of miscellaneous portable C snippets.☆715Updated last year
- Compile Time Type Information for C++☆590Updated 2 years ago
- A cross-platform (C99/C++11) process library☆582Updated last year
- Purely evil preprocessor macros adding anonymous functions and closures to ISO C99☆159Updated 10 years ago
- Reference implementation of Dragonbox in C++☆645Updated 7 months ago
- 💡 Build your own programming language! A C++17 PEG parser generator supporting parser combination, memoization, left-recursion and conte…