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 zstring_parser.h:9
constexpr auto deallocate
Definition deallocate.h:23
constexpr auto voidify
Definition voidify.h:13
Definition deallocate_many.h:15
constexpr void operator()(concepts::Allocator auto &allocator, T *pointer, usize count) const
Definition deallocate_many.h:16