ALib C++ Library
Library Version: 2510 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::boxing::detail::StructArray Struct Reference

Description:

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)
 

Field Details:

◆ Length

integer alib::boxing::detail::StructArray::Length

The length of the array.

Definition at line 47 of file boxing/placeholder.inl.

◆ Pointer

const void* alib::boxing::detail::StructArray::Pointer

The pointer to the array.

Definition at line 46 of file boxing/placeholder.inl.

Constructor(s) / Destructor Details:

◆ StructArray()

alib::boxing::detail::StructArray::StructArray ( const void * p,
integer l )
inlineconstexpr

Constructor allowing constexpr initialization.

Parameters
pThe pointer to the array.
lThe length of the array.

Definition at line 52 of file boxing/placeholder.inl.


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