Details
-
Task
-
Resolution: Fixed
-
P3: Somewhat important
-
6.7.0 Beta2
-
None
-
-
5
-
3044a8ae2 (dev), 27feaf07a (6.7)
-
Foundation Sprint 101, Foundations Sprint 102
Description
The QRestAccessManager private code uses templates to take in an encapsulating function.
This task is about replacing these with qxp::function_ref. Broadly speaking, as a non-owning function ref, it has severel advantages. But in this particular class I think the main benefit will be readability (and in future possibly also type safety and performance, depending on how the usage evolves).