typedef怎么读
typedef的读音介绍如下:
英[ta?'pi?d?f]美[ta?'pi?d?f]。
n.?类型定义;类型定义符;类型定义语句;定义类型;类型说明。
typedef的双语例句如下:
With?the?help?of?this?profile?you?can?model?CORBA-specific?types?like?struct,?valuetype,?typedef,?and?so?on.?
在这个配置文件的帮助下,您能够建模特定CORBA类型,例如结构体、变量类型、类型定义等等。
A?typedef?is?used?to?give?the?type?a?shorter?name?of?sp_args.?
typedef用来给类型一个短名sp?args。
You?should?use?typedef?to?create?a?new?name?for?a?type?that?will?help?clarify?the?interface?or?save?typing.?
应该使用typedef创建新的类型名称,这将帮助解释接口或保存输入。
The?typedef?keyword?must?be?present,?unless?you?are?specifying?the?arrays?as?part?of?a?structure.?
必须出现typedef关键字,除非指定的数组是结构的一部分。
In?C++?the?typedef?keyword?suggests?type?definition?when?in?fact?alias?would?probably?be?a?more?accurate?term.?
在C++中,typedef关键字表示类型定义,实际上别名也许是更为精确的术语。