Daily bit(e) of C++ | std::unique_ptr
Daily bit(e) of C++ #363, The quintessential smart pointer: std::unique_ptr.
Besides being a simple smart pointer, std::unique_ptr is also an important semantic tool, marking an ownership handoff.
Besides being a simple smart pointer, std::unique_ptr is also an important semantic tool, marking an ownership handoff.
No posts