numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of hash_string function. More...
#include <cstdint>
#include <string_view>
Go to the source code of this file.
Namespaces | |
namespace | num_collect |
Namespace of num_collect source codes. | |
namespace | num_collect::util |
Namespace of utilities. | |
Functions | |
constexpr auto | num_collect::util::hash_string (std::string_view str) noexcept -> std::uint32_t |
Calculate a hash number of a string. | |
Definition of hash_string function.
Definition in file hash_string.h.