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.
Removes the first memory block from the free list.
void *pop();
Return Value
Returns a pointer to the memory block removed from the list.
Remarks
The member function returns NULL if the list is empty. Otherwise, it removes the first memory block from the list.
Requirements
Header: <allocators>
Namespace: stdext