template<> const type& TParamHolder::Get<type>() const \ { MCAssert(assert); return *(type*)fData; } \ template<> type& TParamHolder::Get<type>() \ { MCAssert(assert); return *(type*)fData; }