cpp_weekly icon indicating copy to clipboard operation
cpp_weekly copied to clipboard

template typename vs class

Open toRatnesh opened this issue 2 years ago • 0 comments

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?

toRatnesh avatar Aug 02 '22 10:08 toRatnesh