numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
hash_string.h File Reference

Definition of hash_string function. More...

#include <cstdint>
#include <string_view>
+ Include dependency graph for hash_string.h:
+ This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Definition of hash_string function.

Definition in file hash_string.h.