Synopsis: | Take a unique_ptr<widget>& parameter to express that a function reseats the widget |
Language: | C++ |
Severity Level: | 5 |
Category: | Object Allocation |
Description: |
This is a rule of the C++ core guidelines, see the C++ core guidelines page for rule R.33 for more details. |
Literature References: |
C++ Core Guidelines R.33 |