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

View File

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