Reflection in C++26
After the search into the breadth starts today, the search into the depth: reflection. Reflection Reflection is the ability of a program to examine, introspect, and modify its structure and behavior. Reflection in C++ is more. Here are two statements from the proposal (P2996R5). “We not only want to observe the structure of the program: […]