You must be registered to post a reply.Click here to register.
template<class TypeA,typename TypeB> class ClassA { public: TypeA GetTypeA(); TypeB GetTypeB(); };