Besides being a simple smart pointer, std::unique_ptr is also an important semantic tool, marking an ownership handoff.
Compiler Explorer link: https://compiler-explorer.com/z/zezzfhM1j
@simontoth
IMO, the best thing about ’unique_ptr’ is the ability to wrap a deleter to make a safe handle for e.g. C types.