> and I just don't yet know how to do this in C++ without some sort of > wrapper around each of these, and I want to avoid that. The typeid operator? http://www.cplusplus.com/reference/std/typeinfo/type_info/ eh