Inner struct providing a pointer and a length.
A constexpr
constructor is given (not shown in documentation).
Definition at line 44 of file boxing/placeholder.inl.
Public Field Index: | |
integer | Length |
The length of the array. | |
const void * | Pointer |
The pointer to the array. | |
Public Method Index: | |
constexpr | StructArray (const void *p, integer l) |
integer alib::boxing::detail::StructArray::Length |
The length of the array.
Definition at line 47 of file boxing/placeholder.inl.
const void* alib::boxing::detail::StructArray::Pointer |
The pointer to the array.
Definition at line 46 of file boxing/placeholder.inl.
|
inlineconstexpr |
Constructor allowing constexpr
initialization.
p | The pointer to the array. |
l | The length of the array. |
Definition at line 52 of file boxing/placeholder.inl.