相关疑难解决方法(0)

什么是"operator <<"?

我知道大多数运营商的名字,但不知道什么operator<<operator>>被称为.

operator=() // the assignment operator
operator==() // the equality of comparison operator
operator++() // the increment operator
operator--() // decrement operator etc.
operator<() // the less-than operator
Run Code Online (Sandbox Code Playgroud)

等等......

c++ operators

20
推荐指数
4
解决办法
2万
查看次数

标签 统计

c++ ×1

operators ×1