|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
Constraint for types that can be safely copied bitwise. More...
#include <RingBuffer.hpp>
Constraint for types that can be safely copied bitwise.
Required for lock-free ring buffers to ensure atomic operations don't invoke copy constructors during concurrent access.
Definition at line 13 of file RingBuffer.hpp.