... 明确内容参引 Explicit Declaration 明确宣告explicit initializer 外显界面成员实作 explicit link ...
双语例句
1
Any declaration that includes an explicitinitializer is a definition.
这包括明确的初始值是一个定义的任何声明。
2
If there is no default constructor, then there is a compile-time error: the object must be given an explicitinitializer.
如果没有默认构造函数,那么将会出现编译时错误:必须要给对象指定显式的初始化式。
3
External and static variables are initialized to zero by default. Automatic variables for which is no explicitinitializer have undefined (i. e., garbage) values.