dereference
常见例句
- Detector: Null pointer dereference and redundant comparisons to null
检测器:Null 指针对 null 的解引用(dereference)和冗余比较 - You can use a URN to talk about a resource without implying its location or how to dereference it.
可以用 URN 表示资源,而不用指明资源的位置或者如何取消对它的引用。 - 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对象没有意义。 - x >> Okay. I'll dereference the pointer x 42 to store the number 42 into its pointee.
>,好的,我废除这个指针,在指针数据中存储数字。
哈佛公开课 - 计算机科学课程节选 - So, doing a dereference on x follows the arrow to access its pointee.
那么,解除对应x的指针数据的,索引箭头。
哈佛公开课 - 计算机科学课程节选 返回 dereference