Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deallocates objects by using the outer allocator.
void deallocate(pointer ptr, size_type count);
Parameters
ptr
A pointer to the starting location of the objects to be deallocated.count
The number of objects to deallocate.
Requirements
Header: <scoped_allocator>
Namespace: std