15 struct DeallocateManyFunction {
16 constexpr void operator()(concepts::Allocator
auto& allocator, T* pointer,
usize count)
const {
18 return std::allocator<T>().deallocate(pointer,
count);
constexpr auto count
Definition count.h:37
constexpr auto deallocate_many
Definition deallocate_many.h:28
size_t usize
Definition integers.h:33
Definition any_storable.h:9
constexpr auto deallocate
Definition deallocate.h:23
constexpr auto voidify
Definition voidify.h:13