spot
1.0.2
|
Go to the source code of this file.
Classes | |
class | spot::unique_ptr< T > |
Take ownership of a pointer at its construction, and destroy it at the end of the scope. More... |
Namespaces | |
namespace | spot |
Functions | |
template<typename T > | |
unique_ptr< T > | spot::make_unique (T *ptr) |
Change a pointer into a unique_ptr. |