R
Rahul
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!!!
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!!!