template<>UINT AFXAPIHashKey(unsigned__int64 key){// Generate the hash value by XORing the lower 32 bits of the number// with the upper 32 bitsreturn(UINT(key) ^ UINT(key >>32)); } 必要条件 **ヘッダー:**afxtempl.h 参照 CMap クラス 概念 MFC マクロとグローバル...