cpp_weekly
cpp_weekly copied to clipboard
template typename vs class
When defining template, what's difference between typename and class? Is there any difference on instantiated class definition when using typename instead of class? What is best practice?