Function ripple::math::hash¶
Defined in File math.hpp
Function Documentation¶
-
constexpr auto
ripple::math
::
hash
(char const *input) noexcept -> unsigned int¶ Constexpr hash function to compute the hash of the
input
.- Note
This con be used with compile time values, and can be used with
_hash
in switch statements.- Return
The hash of the input.
- Parameters
input
: The input of to compute the hash of.