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

◆ empty()

template<typename T >
bool MayaFlux::Memory::HistoryBuffer< T >::empty ( ) const
inline

Check if buffer is empty (always false for HistoryBuffer)

Definition at line 566 of file RingBuffer.hpp.

566{ return false; }