C++ deduction guides for auto types
C++17 allows to create deduction guides for classes. Are they possible to be applied with auto
s as well?
C++17 allows to create deduction guides for classes. Are they possible to be applied with auto
s as well?