Core Library  1.7.0.0
Library containing core utilities and tools for threading, networking, logging, INI and CSV file management etc.
core_lib::threads::SingleItemDeleter< P > Struct Template Reference

Single item deleter for queue item. More...

#include <ConcurrentQueue.h>

Public Member Functions

void operator() (P *p) const
 Function operator. More...
 

Detailed Description

template<typename P>
struct core_lib::threads::SingleItemDeleter< P >

Single item deleter for queue item.

This uses "delete" to destroy the item.

Member Function Documentation

◆ operator()()

template<typename P >
void core_lib::threads::SingleItemDeleter< P >::operator() ( P *  p) const
inline

Function operator.

Parameters
[in]p- Item to delete.

The documentation for this struct was generated from the following file: