khash.h in cpp khash.hpp khash.h : 基于多重散列(double hashing)的散列类 #ifndef KHASH_HPP #define KHASH_HPP #include <memory> #include <functional>