Exemplo n.º 1
0
	void pop()				{ st.pop_back(); }
Exemplo n.º 2
0
	void pop() {
		collection.pop_back();
	}