6 ms·
auto types really don't have anything to do with dynamic typing, in fact I would argue type deduction is an important tool in making static typing more attracti
by looki 8y ago
auto types really don't have anything to do with dynamic typing, in fact I would argue type deduction is an important tool in making static typing more attractive. An example of dynamic typing in C++ would be std::any (although you're still limited by what you can do with the contained object of course, for better or worse).