Skip to content

Reduce the amount of typedef statements in DeviceAdapters

By using the auto keyword and decltype we can reduce the number of complex typedefs that exist when writing device adapter algorithms. The goal being that it is easier for developers to see the actual algorithms being implemented, by reducing the amount of template 'noise'.

Merge request reports