vector::push_back
void push_back(const T& x);
The member function inserts an element with value x at the end of the controlled sequence.
See the related sample program.
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
vector::push_back
void push_back(const T& x);
The member function inserts an element with value x at the end of the controlled sequence.
See the related sample program.