template<typename Type>
bn::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.