struct Deleter

template<class T, class AllocatorTag = DefaultAllocatorTag>

Callable struct that acts as a proxy for B3DDelete

Public

Constructors

Deleter<T, AllocatorTag>

Deleter<T, AllocatorTag>() noexcept = default

Operators

operator()

void operator()(T *ptr) const