阅读背景:

为什么无法从指针转换为模板函数中的指针引用

来源:互联网 

I have error in compile time

我在编译时遇到错误

INLINE template<typename T> T *&Animation::GetKey(int subAnim, int node, int frameInSubAnim)
{
    const int keyIndex = GetKeyIndex(subAnim, node, frameInSubAnim);
    return static_cast<T*>(m_Keys[keyIndex]);
}
INLI



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: