mn_scoped_ptr.hpp File Reference
Go to the source code of this file.
Classes | |
class | mn::pointer::basic_scoped_ptr< T > |
Namespaces | |
mn | |
mn::pointer | |
Typedefs | |
template<typename T > | |
using | mn::pointer::scoped_ptr = basic_scoped_ptr< T > |
Functions | |
template<typename T , typename... Args> | |
basic_scoped_ptr< T > | mn::pointer::make_scoped (Args &&... args) |
Make a scoped pointer. More... | |