nlib
nn::nlib::DestructorForLockFree< T > Class Template Reference

Class template for destructing an object. This should be specialized before use. More...

#include "nn/nlib/LockFree.h"

Detailed Description

template<class T>
class nn::nlib::DestructorForLockFree< T >

Class template for destructing an object. This should be specialized before use.

Template Parameters
TThe object type.
Description
By default, this destructs an object using the delete operator.

Definition at line 447 of file LockFree.h.


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