mn_scoped_ptr.hpp File Reference
#include "../mn_config.hpp"
#include "../mn_algorithm.hpp"
#include "../mn_def.hpp"

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...