xentara-plugin v2.0.4
The Xentara Plugin Framework
|
An accessor used for the initialization of memory containing a heterogenious array. More...
#include <xentara/memory/Initializer_Array.hpp>
Public Member Functions | |
auto | operator[] (const Array::Handle &handle) const noexcept -> void * |
Gets a raw memory element. | |
template<typename Type > | |
auto | operator[] (const Array::ObjectHandle< Type > &handle) const noexcept -> Type & |
Gets an element containing a C++ object. | |
An accessor used for the initialization of memory containing a heterogenious array.
|
noexcept |
Gets a raw memory element.
handle | The element handle |
|
noexcept |
Gets an element containing a C++ object.
handle | The element handle |