Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C++
template declaration
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Rahul, post: 3401845"] Hi Everyone, we use the following in the template declaration, template <class T> template<typename T> Is it that typename is preferred as it can be used for all types, where as class can only be used for custom class types? Thanks in advance!!! [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C++
template declaration
Top