Some brief notes for quick reference.
The typename keyword in variable declaration.
typename
The .template or ->template syntax in function invocation.
.template
->template
Accessing scope/type-dependent member variables in derived classes.