spot
1.1.3
|
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 | |
spot | |
Functions | |
template<typename T > | |
unique_ptr< T > | spot::make_unique (T *ptr) |
Change a pointer into a unique_ptr. More... | |