string的size()和length()

      C++标准库中的string中二者的源代码以下:       size_type   __CLR_OR_THIS_CALL   length()   const     { //   return   length   of   sequence     return   (_Mysize);     }         size_type   __CLR_OR_THIS_CALL  
相关文章
相关标签/搜索