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规范不保证short的两种typedef是兼容的和可互换的。
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,ptrdiff和fpos_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;
当然,文件成员(包括函数、变量、类型定义、定义等)不需要明确的结构化命令。