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;
當然,文件成員(包括函數、變量、類型定義、定義等)不需要明確的結構化命令。