Project

General

Profile

Actions

Improvements #13491

open

Add more raw pointer returns from addX functions

Added by Matthias Van Ceulebroeck 11 days ago. Updated 2 days ago.

Status:
Review
Priority:
Normal
Assignee:
-
Target version:
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()).

Actions #1

Updated by Matthias Van Ceulebroeck 11 days ago

  • Status changed from InProgress to Review
  • Assignee changed from Koen Deforche to Matthias Van Ceulebroeck
Actions #2

Updated by Matthias Van Ceulebroeck 2 days ago

  • Assignee deleted (Matthias Van Ceulebroeck)
Actions

Also available in: Atom PDF