Corium 1.1.0
High-Performance Zero-Heap C++20 MPSC Application Runtime
Loading...
Searching...
No Matches
corium::async::StaticFramePool< MaxFrames, FrameSize >::Slot Struct Reference

#include <FramePool.hpp>

+ Collaboration diagram for corium::async::StaticFramePool< MaxFrames, FrameSize >::Slot:

Public Attributes

bool inUse {false}
 
std::byte storage [FrameSize]
 

Member Data Documentation

◆ inUse

template<std::size_t MaxFrames = 16, std::size_t FrameSize = 256>
bool corium::async::StaticFramePool< MaxFrames, FrameSize >::Slot::inUse {false}

◆ storage

template<std::size_t MaxFrames = 16, std::size_t FrameSize = 256>
std::byte corium::async::StaticFramePool< MaxFrames, FrameSize >::Slot::storage[FrameSize]

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