MADNESS
version 0.9
|
Use this deleter with shared_ptr to do nothing for the pointer cleanup. More...
#include <boost_checked_delete_bits.h>
Public Types | |
typedef void | result_type |
typedef T * | argument_type |
Public Member Functions | |
void | operator() (T *) const |
Use this deleter with shared_ptr to do nothing for the pointer cleanup.
typedef T* madness::detail::NoDeleter< T >::argument_type |
typedef void madness::detail::NoDeleter< T >::result_type |
|
inline |