作业帮 > 数学 > 作业

friend istream &operator>>

来源:学生作业帮 编辑:神马作文网作业帮 分类:数学作业 时间:2024/11/17 18:03:53
friend istream &operator>>
friend istream &operator>>
这个是C++的语法:定义了一个友元函数,operator >>,这个函数本身又是对操作符>>的重载,其返回的类型是istream的一个引用.
涉及的概念:类、友元,操作符重载,流以及引用.