15 struct DeallocateOneFunction {
16 constexpr void operator()(concepts::Allocator
auto& allocator, T* pointer)
const {
18 return std::allocator<T>().deallocate(pointer, 1);
constexpr auto deallocate_one
Definition deallocate_one.h:27
Definition any_storable.h:9
constexpr auto deallocate
Definition deallocate.h:23
constexpr auto voidify
Definition voidify.h:13