pop_back() will call the destructor of whatever's contained in the vector. In this case, it calls the destructor of a pointer -- which does ...
確定! 回上一頁