I recently came across this syntax:
MyType * ptr = aObject->template GetComponent<MyType>()
I don't understand the use of the 'template' keyword before the method name?
I recently came across this syntax:
MyType * ptr = aObject->template GetComponent<MyType>()
I don't understand the use of the 'template' keyword before the method name?