vector::begin
const_iterator begin() const;
iterator begin();
The member function returns a random-access iterator that points at the first element of the sequence (or just beyond the end of an empty sequence).
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
vector::begin
const_iterator begin() const;
iterator begin();
The member function returns a random-access iterator that points at the first element of the sequence (or just beyond the end of an empty sequence).