【C++细节】友元函数

概念 A friend function is a function that is not a member of a class but has access to the class’s private and protected members. Friend functions are not considered class members; they are normal exter
相关文章
相关标签/搜索