To me, C++ template used the idea of duck typing, is this right? Does it mean all generic types referenced in template class or method are duck type?
To me, C++ template used the idea of duck typing, is this right? Does it mean all generic types referenced in template class or method are duck type?