#include <bn_unique_ptr_fwd.h>
template<typename Type>
default_delete struct
Default deleter.
Template parameters | |
---|---|
Type | Type of the object to delete. |
Public functions
- void operator()(Type* ptr) const noexcept
- Deletes the object pointed by the given pointer.