Lobsters
- Enum reflection in C++ with template metaprogramming (2019) https://taylorconor.com/blog/enum-reflection/ 5 comments c++
Linked pages
- GitHub - Neargye/magic_enum: Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code https://github.com/Neargye/magic_enum 56 comments
- constexpr specifier (since C++11) - cppreference.com http://en.cppreference.com/w/cpp/language/constexpr 11 comments
- Enum Types (The Java™ Tutorials > Learning the Java Language > Classes and Objects) https://docs.oracle.com/javase/tutorial/java/javaOO/enum.html 3 comments
- std::integer_sequence - cppreference.com https://en.cppreference.com/w/cpp/utility/integer_sequence 0 comments
Would you like to stay up to date with C & C++? Checkout C & C++
Weekly.
Related searches:
Search whole site: site:taylorconor.com
Search title: Enum reflection in C++ with template metaprogramming
See how to search.