xentara-plugin v1.2.1
The Xentara Plugin Framework
Loading...
Searching...
No Matches
xentara::memory::Object< Type > Struct Template Reference

An empty placeholder class used as structure of memory containing a single C++ object. More...

#include <memory/Object.hpp>

Public Types

using Element = Type
 The type of the C++ object contained in the memory.
 

Detailed Description

template<typename Type>
struct xentara::memory::Object< Type >

An empty placeholder class used as structure of memory containing a single C++ object.

Template Parameters
TypeThe type of the C++ object. Must be a nothrow destructible.

Member Typedef Documentation

◆ Element

template<typename Type >
using xentara::memory::Object< Type >::Element = Type

The type of the C++ object contained in the memory.