#include <checked_delete.hpp>
Public Types | |
typedef T * | argument_type |
typedef void | result_type |
Public Member Functions | |
void | operator() (T *x) const |
Definition at line 44 of file checked_delete.hpp.
typedef T* boost::checked_deleter< T >::argument_type |
Definition at line 47 of file checked_delete.hpp.
typedef void boost::checked_deleter< T >::result_type |
Definition at line 46 of file checked_delete.hpp.
void boost::checked_deleter< T >::operator() | ( | T * | x | ) | const [inline] |
Definition at line 49 of file checked_delete.hpp.