xentara-plugin v2.0.4
The Xentara Plugin Framework
|
An empty placeholder class used as structure of memory containing a single C++ object. More...
#include <xentara/memory/Object.hpp>
Public Types | |
using | Element = Type |
The type of the C++ object contained in the memory. | |
An empty placeholder class used as structure of memory containing a single C++ object.
Type | The type of the C++ object. Must be a nothrow destructible. |
using xentara::memory::Object< Type >::Element = Type |
The type of the C++ object contained in the memory.