Corium 1.1.0
High-Performance Zero-Heap C++20 MPSC Application Runtime
Loading...
Searching...
No Matches
corium::MpscRingBuffer< T, Capacity >::PushResult Struct Reference

#include <MpscRingBuffer.hpp>

+ Collaboration diagram for corium::MpscRingBuffer< T, Capacity >::PushResult:

Public Attributes

bool pushed
 
bool wasEmpty
 

Member Data Documentation

◆ pushed

template<typename T , std::size_t Capacity>
bool corium::MpscRingBuffer< T, Capacity >::PushResult::pushed

◆ wasEmpty

template<typename T , std::size_t Capacity>
bool corium::MpscRingBuffer< T, Capacity >::PushResult::wasEmpty

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