RSSAmplifier

Jonas Devlieghere · Apr 17, 2017

Exposing Containers of Unique Pointers

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

The std::unique_ptr is probably one of my favorite and most used features in modern C++. The unique pointer is as powerful as it is simple, and assuming you’ve used it before, you surely know how awesome it is. There are many great articles written about unique pointers, so I won’t go into detail. What I will mention though is that unique pointers provide ownership semantics . What…

Read on jonasdevlieghere.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.