Topic: vector element erase


Author: hayes.gr@gmail.com
Date: Tue, 5 Dec 2017 12:06:14 -0800 (PST)
Raw View
------=_Part_2524_150501110.1512504374359
Content-Type: multipart/alternative;
 boundary="----=_Part_2525_412727012.1512504374359"

------=_Part_2525_412727012.1512504374359
Content-Type: text/plain; charset="UTF-8"

currently we can traverse a vector using something like this
vector <int> Values
for(t : Values){

}

--
You received this message because you are subscribed to the Google Groups "ISO C++ Standard - Future Proposals" group.
To unsubscribe from this group and stop receiving emails from it, send an email to std-proposals+unsubscribe@isocpp.org.
To post to this group, send email to std-proposals@isocpp.org.
To view this discussion on the web visit https://groups.google.com/a/isocpp.org/d/msgid/std-proposals/13833e97-9fd2-419b-a7f7-9c5ece053617%40isocpp.org.

------=_Part_2525_412727012.1512504374359
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">currently we can traverse a vector using something like th=
is<div>vector &lt;int&gt; Values</div><div>for(t : Values){</div><div><br><=
/div><div>}</div></div>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups &=
quot;ISO C++ Standard - Future Proposals&quot; group.<br />
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to <a href=3D"mailto:std-proposals+unsubscribe@isocpp.org">std-proposa=
ls+unsubscribe@isocpp.org</a>.<br />
To post to this group, send email to <a href=3D"mailto:std-proposals@isocpp=
..org">std-proposals@isocpp.org</a>.<br />
To view this discussion on the web visit <a href=3D"https://groups.google.c=
om/a/isocpp.org/d/msgid/std-proposals/13833e97-9fd2-419b-a7f7-9c5ece053617%=
40isocpp.org?utm_medium=3Demail&utm_source=3Dfooter">https://groups.google.=
com/a/isocpp.org/d/msgid/std-proposals/13833e97-9fd2-419b-a7f7-9c5ece053617=
%40isocpp.org</a>.<br />

------=_Part_2525_412727012.1512504374359--

------=_Part_2524_150501110.1512504374359--

.