Problems with overloading << operator>

前端 未结 0 771
深忆病人
深忆病人 2020-12-20 19:22

This is the overload of << operator.

std::ostream& operator << (std::ostream out, std::vector& vec)
{
    for (int i = 0; i &         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题