c++ Programming Glossary: ininternaltype
Why doesn't this C++ template code compile? http://stackoverflow.com/questions/1364837/why-doesnt-this-c-template-code-compile error C2039 'InternalType' is not a member of 'Derived InInternalType ' typename DerivedType InternalType ThisFunctionDoesNotCompile.. DerivedType this GetInternalData template typename InInternalType class Derived public Base Derived InInternalType public typedef.. typename InInternalType class Derived public Base Derived InInternalType public typedef InInternalType InternalType InternalType GetInternalData..
|