I’d like to be able to introspect a C++ class for its name, contents (i.e. members and their types) etc. I’m talking native C++ here, not managed C++, which...
Is it possible to write a template that changes behavior depending on if a certain member function is defined on a class? Here’s a simple example of what I...