C++对象模型之function语意学

1、nonstatic member function(非静态成员函数) c++设计准则之一:nonstatic member function至少要和通常的nonmember function有相同的效率;对于以下的两个函数:html float magnitude3d(const Point3d *_this) {...}//非成员函数 float Point3d::magnitude3d()
相关文章
相关标签/搜索