typedefs

typedefs

 英

  • 网络类型定义;定义类型别名;种类定义

例句

The typedefs I've shown thus far behave like a #define macro that substitutes a synonym with its actual type.

上面讨论typedef行为有点#define实际类型替代同义字

The CORBA specification provides no guarantee that two typedefs of a short will be compatible and interchangeable.

CORBA规范保证shorttypedef兼容互换

The Standard Library uses typedefs extensively to create such platform-independent types: size_t, ptrdiff_t and fpos_t are a few examples.

标准广泛使用typedef创建这样平台无关类型:size_t,ptrdifffpos_t就是其中例子

Use typedefs to create synonyms for existing types.

使用typedefs现有类型创建同义

The most common use of typedefs is creating mnemonic type names that document the programmer's intention.

typedef使用最多地方创建易于记忆类型归档程序员意图

They don't exist. You can't use structures, unions, or typedefs.

他们存在不能使用结构联合类型定义

Of course, file members (functions, variable, typedefs, defines) do not need an explicit structural command;

当然文件成员包括函数变量类型定义定义需要明确结构命令

热门查询