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