added test_mix_3

This commit is contained in:
2025-11-08 16:22:30 +01:00
parent 273029e627
commit 01d644b76e
3 changed files with 48 additions and 1 deletions
+5
View File
@@ -89,6 +89,11 @@ class Buffer
return m_capacity/m_increment;
}
T *raw() const
{
return &m_buffer[m_index];
}
void reset()
{
m_index = 0;