template class start { typedef T IntConst; public: T method(IntConst); }; template class start;