Skip to main content

Practice ยท 2 of 3

Forward Like make_unique

Implement makeOwned that constructs T from perfectly forwarded arguments, and restore that forwards a single argument with the right collapse.

Difficulty: advanced

Back to lesson: Practice: Forwarding Mechanics