iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
iox2::legacy::ZeroedBuffer< ElementType, Capacity > Struct Template Reference

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] {}
 

Detailed Description

template<typename ElementType, uint64_t Capacity>
struct iox2::legacy::ZeroedBuffer< ElementType, Capacity >

struct used as policy parameter in UninitializedArray to wrap an array with all elements zeroed

Template Parameters
ElementTypeis the array type
Capacityis the array size

Definition at line 27 of file uninitialized_array.hpp.

Member Data Documentation

◆ value


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