|
CBMC
|
string hashing More...
#include "string_hash.h"
Include dependency graph for string_hash.cpp:Go to the source code of this file.
Functions | |
| std::size_t | hash_string (std::string_view s) |
| std::size_t | hash_string (const char *s, std::size_t len) |
string hashing
Definition in file string_hash.cpp.
Definition at line 19 of file string_hash.cpp.
| std::size_t hash_string | ( | std::string_view | s | ) |
Definition at line 14 of file string_hash.cpp.