A function object that does nothing and can be used as an empty deleter for shared_ptr.
More...
#include <null_deleter.hpp>
Public Types | |
| typedef void | result_type |
| Function object result type. More... | |
Public Member Functions | |
| template<typename T > | |
| void | operator() (T *) const BOOST_NOEXCEPT |
| Does nothing. More... | |
A function object that does nothing and can be used as an empty deleter for shared_ptr.
| typedef void boost::null_deleter::result_type |
Function object result type.
|
inline |
Does nothing.