|
Core Library
1.7.0.0
Library containing core utilities and tools for threading, networking, logging, INI and CSV file management etc.
|
Array deleter for queue item. More...
#include <ConcurrentQueue.h>
Public Member Functions | |
| void | operator() (P *p) const |
| Function operator. More... | |
Array deleter for queue item.
This uses "delete []" to destroy the item.
|
inline |
Function operator.
| [in] | p | - Item to delete. |