Actions
Improvements #13491
openAdd more raw pointer returns from addX functions
Start date:
02/04/2025
Due date:
% Done:
0%
Estimated time:
Description
In several cases there exist functions where we pass a std::unique_ptr
to the function, and where it would be convenient to return the underlying raw pointer.
That way, developers can immediately start performing operations on the passed argument, without having to first manually retrieve the pointer (using std::unique_ptr::get()
).
Updated by Matthias Van Ceulebroeck 11 days ago
- Status changed from InProgress to Review
- Assignee changed from Koen Deforche to Matthias Van Ceulebroeck
Updated by Matthias Van Ceulebroeck 2 days ago
- Assignee deleted (
Matthias Van Ceulebroeck)
Actions