Use copy_if to "pop" front of vector instead of using erase()
Allows us to continually filter out the top value as a pop when performing the copy_if just an index after.
Showing
Please register or sign in to comment
Allows us to continually filter out the top value as a pop when performing the copy_if just an index after.