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;

當然文件成員包括函數變量類型定義定義需要明確結構命令