Two questions: 1. How should I wrap this:
template<typename _Tp, typename _EnumTp = void> struct ParamType {}; Run
template<typename _Tp, typename _EnumTp = void> struct ParamType {};
Thanks