Hacker News new | ask | show | jobs
by rfw 4008 days ago
Reading through N4447, correct me if I'm mistaken, but it seems to be more about compile-time metaprogramming than it does runtime reflection? It does talk about class.for_name(std::string) but kind of handwaves about how it would work.
1 comments

You are right, it is compile-time reflection, which I think is the most interesting one for C++.