freelist::pop

移除第一个从内存块的列表。

void *pop();

返回值

返回指向内存块从列表中移除。

备注

,如果列表为空,成员函数返回 NULL 。 否则,它会移除第一个从列表内存块。

要求

**标题:**allocators

命名空间: stdext

请参见

参考

freelist Class