Library 2

Added try-catches in myTest
This commit is contained in:
Alessandro Ferro
2021-04-22 19:49:34 +02:00
parent e6cb9848ff
commit 31570d2ad4
6 changed files with 45 additions and 19 deletions

View File

@ -104,6 +104,7 @@ void StackVec<Data>::Pop(){
Reduce();
}
}
template <typename Data>
Data StackVec<Data>::TopNPop(){
Data data = Top();