C++中冒号(:)和双冒号(::)的用法总结

Frytea at 
冒号(:)用法(1)表示机构内位域的定义(即该变量占几个 bit 空间)typedef struct _XXX{unsigned char a:4;unsigned char c;} ; XXX...……