|
Utility for implementing setType(const std::type_info &t) in classes supporting setType<T>(). More...
#include <TypeUtils.h>
Static Public Member Functions | |
template<class S , class T > | |
static void | callback (T &target) |
Utility for implementing setType(const std::type_info &t) in classes supporting setType<T>().
|
inlinestatic |
S | - target type |
T | - type to be analyzed |