Notice that this does not deallocate space for the element. (see member deallocate to release storage space).
It is equivalent to:
|
Parameters
- p
- Pointer to an object of type T.
In allocator, member type pointer is an alias of T*.
Return value
noneSee also
| allocator::deallocate | Release block of storage (public member function) |
| allocator::construct | Construct an object (public member function) |
