Shortcuts

Function ripple::math::hash

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.

Docs

Access comprehensive developer documentation for Ripple

View Docs

Tutorials

Get tutorials to help with understand all features

View Tutorials

Examples

Find examples to help get started

View Examples