rvalue
英式音标:[r\'vælju:] 美式音标:[r\'vælju]
rvalue的意思释义 释义右值; rvalue用法及例句 双语例句 Named rvalue references are lvalues.具名的右值引用是
rvalue怎么读
英式音标:[r\'vælju:]
美式音标:[r\'vælju]
rvalue的意思释义
释义
右值;
rvalue用法及例句
双语例句
Named rvalue references are lvalues.
具名的右值引用是左值。
You might think of rvalue as meaning read value.
您可以把右值看作是读取的值。
例句参考
A Brief Introduction to Rvalue ReferencesINTEGER IW(*), IFAIL
Lvalue and Rvalue
Predicting Response of\\rColorectal Hepatic Metastasis:\\rValue of Pretreatment\\rApparent Diffusion Coefficients
proposes to amend its Trade Regulation Rule Concerning the Labeling and Advertising of Home Insulation (‘‘Rvalue
ThermaLiner™ Insulation System Specifications (U. S.) General
Stores & Locations
Arbitrary and expandable high-precision datatype and method of processing
Rvalues and qvalues.
Verifying safety properties of concurrent Java programs using 3-valued logic
rvalue相关例句
1. The dynamic type of an rvalue expression is its static type.
一个右值表达式的动态类型,就是它的静态类型。
chazidian.com
2. C++11 standard ref for not initializing rvalue reference with lvalue?
11标准c++裁判没有初始化和左值右值引用吗?。
5. In this example, if the match succeeds, the resulting fields are a decomposition that separates out the lvalue, operator, and rvalue of any assignment line.
在这个例子中,如果匹配成功,生成的字段是一些片段,它们分隔任何对齐线的lvalue、操作符和rvalue。
6. The lvalue and rvalue in the assignment statement is separated by a := (colon plus equal sign).
分配声明中的 lvalue和rvalue以 := (冒号加等号)被隔开。
7. The lvalue and rvalue in the assignment statement is separated by a colon plus an equal sign ( := ).
任务声明中的 lvalue与rvalue由一个冒号加等号隔离开来( := )。
8. If the Rvalue anomalies around a certain area continue, and the nature of the anomalies change, then this is likely to be a sign of an impending earthquake.
当与构造相关的某地区R值异常一直持续,且异常性质围绕该地区有迁移变化过程,断层活动性质发生改变且R值正负异常集中出现时,可能预示着临震期。
11. An rvalue is any constant, variable or expression that can produce a value, but an lvalue must be a distinct, named variable.
但左边的值必须是一个明确的、已 命名的变量。
dj.iciba.com
12. An rvalue is any constant, variable or expression that can produce a value, but an lvalue must be a distinct, named variable.
但左边的值必须是一个明确的、已 命名的变量。
dj.iciba.com
13.It means “take the value of the right-hand side (often called the rvalue) and copy it into the left-hand side (often called the lvalue). An rvalue is any constant, variable or expression that can produce a value, but an lvalue must be a distinct, named variable.
它的意思是“取得右边的值,把它复制到左边”。右边的值可以是任何常数、变量或者表达式,只要能产生一个值就行。但左边的值必须是一个明确的、已命名的变量。