9#ifndef SQUID_SRC_IPC_MEM_FLEXIBLEARRAY_H
10#define SQUID_SRC_IPC_MEM_FLEXIBLEARRAY_H
30 new (
raw()) Item[capacity];
35 Item *
raw() {
return reinterpret_cast<Item*
>(&
start_); }
Item & operator[](const int idx)
std::byte start_
the first byte of the first array item
FlexibleArray(const int capacity)