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

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

#include "nn/nlib/LockFree.h"

Detailed Description

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

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

Template Parameters
TThe object type.
Description
By default, this returns an object constructed by using the new operator and the default constructor.

Definition at line 438 of file LockFree.h.


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