CONST
基本解释
- abbr.常数(=constant)
英汉例句
- Describes the Const statement and its use.
描述Const语句及其用法。 - Const filetype = ".gif.jpg.png.rar.zip.txt.
"'允许上传的文件类型。 - A wide string literal is of type array of const wide characters.
宽字符串文字的类型是常量宽字符的数组。 - A string literal is of type array of const characters.
字符串文字的类型是常量字符数组。 - Prefer passing objects by const& instead of passing by value.
尽量按常量的引用传递对象而不是按值传递。