dereference operator中文,dereference operator的意思,dereference operator翻译及用法

2025-10-08 12:04 浏览次数 7

dereference operator

解参考运算子

dereference operator 例句

英汉例句

  • in case you're not up on your stl, recall that for iterators the dereference operator returns the current object, so the line inside the for loop in the preceding snippet is equivalent to

    如果你对stl不熟悉,去看看有关迭代器反引用操作符的内容,它返回当前指向的对象,上面代码段中,for循环里的代码等同于

  • equally clearly, int or double may not: find uses the expression *first, and the dereference operator makes no sense for an object of type int or of type double.

    同样的,或者不是int和double:find使用表达式 *first,这个废弃的操作使int对象或者double对象没有意义。

相关热词