|
iceoryx2
C++ Language Bindings
|
struct used as policy parameter in UninitializedArray to wrap an array with all elements zeroed More...
#include <uninitialized_array.hpp>
Classes | |
| struct | element_t |
Public Attributes | |
| element_t | value [Capacity] {} |
struct used as policy parameter in UninitializedArray to wrap an array with all elements zeroed
| ElementType | is the array type |
| Capacity | is the array size |
Definition at line 27 of file uninitialized_array.hpp.
| element_t iox2::legacy::ZeroedBuffer< ElementType, Capacity >::value[Capacity] {} |
Definition at line 38 of file uninitialized_array.hpp.