c++中左值的含义
摘要:
>中的原文(Chapter 8 Adventures in Functions):What is an lvalue? An argument that’s an lvalue is a data object that can be referencedby address. For example, a variable, an array element, a structure member, a reference, anda dereferenced pointer are lvalues. Non-lvalues include literal constants (asi 阅读全文
posted @ 2013-07-28 16:07 argb 阅读(327) 评论(0) 推荐(0) 编辑