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

◆ resize()

template<typename T >
void MayaFlux::Memory::DynamicStorage< T >::resize ( size_t  new_capacity)
inline

Definition at line 98 of file RingBuffer.hpp.

98{ buffer.resize(new_capacity); }

References MayaFlux::Memory::DynamicStorage< T >::buffer.