<bdo id='Yoz8L'></bdo><ul id='Yoz8L'></ul>

    <small id='Yoz8L'></small><noframes id='Yoz8L'>

    1. <i id='Yoz8L'><tr id='Yoz8L'><dt id='Yoz8L'><q id='Yoz8L'><span id='Yoz8L'><b id='Yoz8L'><form id='Yoz8L'><ins id='Yoz8L'></ins><ul id='Yoz8L'></ul><sub id='Yoz8L'></sub></form><legend id='Yoz8L'></legend><bdo id='Yoz8L'><pre id='Yoz8L'><center id='Yoz8L'></center></pre></bdo></b><th id='Yoz8L'></th></span></q></dt></tr></i><div id='Yoz8L'><tfoot id='Yoz8L'></tfoot><dl id='Yoz8L'><fieldset id='Yoz8L'></fieldset></dl></div>
      <legend id='Yoz8L'><style id='Yoz8L'><dir id='Yoz8L'><q id='Yoz8L'></q></dir></style></legend>

      <tfoot id='Yoz8L'></tfoot>

      如何将迭代器增加 2?

      时间:2023-07-01
        <tbody id='sLztF'></tbody>
      <legend id='sLztF'><style id='sLztF'><dir id='sLztF'><q id='sLztF'></q></dir></style></legend>

            <small id='sLztF'></small><noframes id='sLztF'>

          • <i id='sLztF'><tr id='sLztF'><dt id='sLztF'><q id='sLztF'><span id='sLztF'><b id='sLztF'><form id='sLztF'><ins id='sLztF'></ins><ul id='sLztF'></ul><sub id='sLztF'></sub></form><legend id='sLztF'></legend><bdo id='sLztF'><pre id='sLztF'><center id='sLztF'></center></pre></bdo></b><th id='sLztF'></th></span></q></dt></tr></i><div id='sLztF'><tfoot id='sLztF'></tfoot><dl id='sLztF'><fieldset id='sLztF'></fieldset></dl></div>
            <tfoot id='sLztF'></tfoot>
                <bdo id='sLztF'></bdo><ul id='sLztF'></ul>
                本文介绍了如何将迭代器增加 2?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                谁能告诉我如何将迭代器增加 2?

                Can anybody tell me how to increment the iterator by 2?

                iter++ 可用 - 我必须做 iter+2 吗?我怎样才能做到这一点?

                iter++ is available - do I have to do iter+2? How can I achieve this?

                推荐答案

                std::advance( iter, 2 );

                此方法适用于不是随机访问迭代器的迭代器,但在与随机访问迭代器一起使用时,它仍然可以通过实现进行专门化,使其效率不低于 iter += 2.

                This method will work for iterators that are not random-access iterators but it can still be specialized by the implementation to be no less efficient than iter += 2 when used with random-access iterators.

                这篇关于如何将迭代器增加 2?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                上一篇:如何在 C++11 中传递和执行匿名函数作为参数? 下一篇:本机 C++ 属性的可移植性

                相关文章

                <i id='WAVdH'><tr id='WAVdH'><dt id='WAVdH'><q id='WAVdH'><span id='WAVdH'><b id='WAVdH'><form id='WAVdH'><ins id='WAVdH'></ins><ul id='WAVdH'></ul><sub id='WAVdH'></sub></form><legend id='WAVdH'></legend><bdo id='WAVdH'><pre id='WAVdH'><center id='WAVdH'></center></pre></bdo></b><th id='WAVdH'></th></span></q></dt></tr></i><div id='WAVdH'><tfoot id='WAVdH'></tfoot><dl id='WAVdH'><fieldset id='WAVdH'></fieldset></dl></div>
                • <bdo id='WAVdH'></bdo><ul id='WAVdH'></ul>

                <legend id='WAVdH'><style id='WAVdH'><dir id='WAVdH'><q id='WAVdH'></q></dir></style></legend>
              • <small id='WAVdH'></small><noframes id='WAVdH'>

                  <tfoot id='WAVdH'></tfoot>