make_unique is just a convenience function for creating a unique_ptr without having to write "new" yourself. It returns a unique_ptr.
make_unique is just a convenience function for creating a unique_ptr without having to write "new" yourself. It returns a unique_ptr.