我对我的头文件中这行代码的含义感到有点困惑.
friend ostream & operator << (ostream &, const something &);
有人能为我澄清一下吗?
c++
c++ ×1