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

    • <bdo id='PoORL'></bdo><ul id='PoORL'></ul>

  • <tfoot id='PoORL'></tfoot>

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

      <legend id='PoORL'><style id='PoORL'><dir id='PoORL'><q id='PoORL'></q></dir></style></legend>

      1. 将引用转换为 C++ 中的指针表示

        convert reference to pointer representation in C++(将引用转换为 C++ 中的指针表示)
          <bdo id='3o5St'></bdo><ul id='3o5St'></ul>
          <tfoot id='3o5St'></tfoot>
          <legend id='3o5St'><style id='3o5St'><dir id='3o5St'><q id='3o5St'></q></dir></style></legend>
              <tbody id='3o5St'></tbody>
          • <i id='3o5St'><tr id='3o5St'><dt id='3o5St'><q id='3o5St'><span id='3o5St'><b id='3o5St'><form id='3o5St'><ins id='3o5St'></ins><ul id='3o5St'></ul><sub id='3o5St'></sub></form><legend id='3o5St'></legend><bdo id='3o5St'><pre id='3o5St'><center id='3o5St'></center></pre></bdo></b><th id='3o5St'></th></span></q></dt></tr></i><div id='3o5St'><tfoot id='3o5St'></tfoot><dl id='3o5St'><fieldset id='3o5St'></fieldset></dl></div>

            1. <small id='3o5St'></small><noframes id='3o5St'>

                1. 本文介绍了将引用转换为 C++ 中的指针表示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  有没有办法在 C++ 中转换"对指针的引用?在下面的例子中,func2 已经定义了原型,我不能改变它,但是 func 是我的 API,我想要么传递两个参数,要么传递一个(第二个设置为 NULL)或两者都不设置(都设置为 NULL):

                  Is there a way to "convert" a reference to pointer in c++? In example below, func2 has already defined prototype and I can't change it, but func is my API, and I'd like to either pass both parameters, or one (and second set to NULL) or neither (both set to NULL):

                  void func2(some1 *p1, some2 *p2);
                  
                  func(some1& obj, some2& obj2)
                  {
                     func2(..);
                  }
                  

                  推荐答案

                  func2(&obj, &obj2);

                  像普通变量一样使用引用参数.

                  Use reference parameters like normal variables.

                  这篇关于将引用转换为 C++ 中的指针表示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  C++ stl unordered_map implementation, reference validity(C++ stl unordered_map 实现,参考有效性)
                  C++: Is it possible to use a reference as the value in a map?(C++:是否可以使用引用作为映射中的值?)
                  Where ampersand quot;amp;quot; can be put when passing argument by reference?(其中符号“amp;通过引用传递参数时可以放置吗?)
                  Why can a non-const reference parameter be bound to a temporary object?(为什么可以将非常量引用参数绑定到临时对象?)
                  What is a dangling reference?(什么是悬空引用?)
                  C++ reference changes when push_back new element to std::vector(当 push_back 新元素到 std::vector 时,C++ 引用发生变化)
                    <tbody id='ASluv'></tbody>

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

                    • <bdo id='ASluv'></bdo><ul id='ASluv'></ul>

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

                            <tfoot id='ASluv'></tfoot>