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

      <tfoot id='yLYPP'></tfoot>

        • <bdo id='yLYPP'></bdo><ul id='yLYPP'></ul>
      1. <small id='yLYPP'></small><noframes id='yLYPP'>

      2. 将类型添加到 std 命名空间

        Adding types to the std namespace(将类型添加到 std 命名空间)
          <bdo id='0MbOT'></bdo><ul id='0MbOT'></ul>

              <small id='0MbOT'></small><noframes id='0MbOT'>

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

                <legend id='0MbOT'><style id='0MbOT'><dir id='0MbOT'><q id='0MbOT'></q></dir></style></legend>

                  <tbody id='0MbOT'></tbody>
                • 本文介绍了将类型添加到 std 命名空间的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  std 命名空间添加类型是否可以接受.比如我想要一个TCHAR友好的字符串,那么下面的可以接受吗?

                  Is it acceptable to add types to the std namespace. For example, I want a TCHAR-friendly string, so is the following acceptable?

                  #include <string>
                  
                  namespace std
                  {
                      typedef basic_string<TCHAR> tstring;
                  }
                  

                  还是应该使用自己的命名空间?

                  Or should I use my own namespace?

                  推荐答案

                  不...命名空间的一部分目的是防止升级时的名称冲突.

                  No ... part of the point of a namespace is to prevent name collisions on upgrade.

                  如果您向 std 命名空间添加内容,那么如果库的下一个版本决定添加具有相同名称的内容,您的代码可能会中断.

                  If you add things to the std namespace, then your code might break with the next release of the library if they decide to add something with the same name.

                  这篇关于将类型添加到 std 命名空间的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  What is the past-the-end iterator in STL C++?(STL C++ 中的最后迭代器是什么?)
                  vector::at vs. vector::operator[](vector::at 与 vector::operator[])
                  C++ equivalent of StringBuffer/StringBuilder?(C++ 等效于 StringBuffer/StringBuilder?)
                  Is the C++ std::set thread-safe?(C++ std::set 线程安全吗?)
                  How to use std::find/std::find_if with a vector of custom class objects?(如何将 std::find/std::find_if 与自定义类对象的向量一起使用?)
                  I want to convert std::string into a const wchar_t *(我想将 std::string 转换为 const wchar_t *)

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

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

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

                            <tbody id='PPHcd'></tbody>
                            <bdo id='PPHcd'></bdo><ul id='PPHcd'></ul>

                            <tfoot id='PPHcd'></tfoot>