HDK
|
#include <strutil.h>
Public Member Functions | |
size_t | operator() (string_view s) const |
C++ functor wrapper class for using strhash for unordered_map or unordered_set. The way this is used, in conjunction with StringEqual, to build an efficient hash map for char*'s or std::string's is as follows:
|
inline |