MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ HistoryBuffer()

template<typename T >
MayaFlux::Memory::HistoryBuffer< T >::HistoryBuffer ( size_t  capacity)
inlineexplicit

Construct history buffer with specified capacity.

Parameters
capacityMaximum number of historical samples to maintain

Critical: Buffer is immediately filled to capacity with default values (zero for numeric types). This matches mathematical convention where initial conditions are typically zero.

Definition at line 358 of file RingBuffer.hpp.