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

struct used as policy parameter in UninitializedArray to wrap an uninitialized array 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::NonZeroedBuffer< ElementType, Capacity >

struct used as policy parameter in UninitializedArray to wrap an uninitialized array

Template Parameters
ElementTypeis the array type
Capacityis the array size

Definition at line 45 of file uninitialized_array.hpp.

Member Data Documentation

◆ value


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