Answers for "c++ list pop back"

C++
0

c++ list pop back

void pop_back();
// desc: remove last element. complexity: constant
Posted by: Guest on August-27-2020

Browse Popular Code Answers by Language