stringhash.h

来自「Amis - A maximum entropy estimator 一个最大」· C头文件 代码 · 共 17 行

H
17
字号
#ifndef Amis_StringHash_h_#define Amis_StringHash_h_#include <amis/configure.h>#include <string>AMIS_NAMESPACE_BEGINtemplate < class Obj >class StringHash : public hash_map< std::string, Obj > {};AMIS_NAMESPACE_END#endif // StringHash_h_// end of StringHash.h

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?