Brett 2023-01-05 11:49:45 -05:00
parent deb947653b
commit 64776c291b
1 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,10 @@ namespace BLT {
return insertIndex <= 0;
}
int getInsertIndex(){
return insertIndex;
}
~flat_queue() {
delete[](data);
}