Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
class A1 { public: friend class B; } class A2 { private: friend class B; }
有什么区别吗?
friend不,访问说明符对声明没有影响。
friend