Compile-time constant的意思|示意

美 / / 英 / /

编译时常量


Compile-time constant的网络常见释义

静态常量 在C#中定义常量的方式有两种,一种叫做静态常量(Compile-time constant),另一种叫做动态常 …

编译时常量 final数据:常量-永恒不变的编译时常量(compile-time constant)和不希望被改变的运行时初始化的数据。

编译器常量 使用不改变的编译器常量(compile-time constant).2.可以在执行期(run-time)被初始化,而你却不想在改变它。

编译期常量 : 定义数组需要 编译期常量 ( compile-time constant ),跟 const 关键字没啥关系 : const int N=.

Compile-time constant相关短语

1、 compile-time constant expression 常量表达式

2、 compile time constant 编译时常数

Compile-time constant相关例句

Can GCC optimize methods of a class with compile-time constant variables?

GCC编译时常数可以与变量的一类方法优化?

GCC provides a built-in function that you can use to determine whether a value is a constant at compile-time.

在编译时,可以使用GCC提供的一个内置函数判断一个值是否是常量。

The standardese way of looking at things is simply that the value you supply as a template argument must be a constant known at compile time.

standardese看待事物的方式是,您提供作为一个模板参数的值必须在编译时是已知常数。

When initializing a named attribute argument, the value must be a compile time constant.

初始化具名的属性引数时,值必须是编译时期常数。

It is a compile-time error for a single ElementType constant to appear more than once in a Target annotation. For example, the following meta-annotation is illegal.

对于一个元素类型常量出现多余一个的目标注释是编译错误的。例如下面的例子是不合法的。

A constant-expression is an expression that can be fully evaluated at compile-time.

常量表达式是可在编译时可完全计算的表达式。