Destroy and deallocate the object at p using the allocator.
Synopsis
Declared in <folly/Memory.h>
void
operator()(pointer p) const;
Parameters
Name |
Description |
p |
The object to destroy and deallocate. |
Created with MrDocs