#include <bn_string.h>
template<int MaxSize>
bn::hash<string<MaxSize>> struct

Hash support for string.

Template parameters
MaxSize Maximum number of characters that can be stored in the string.

Public functions

auto operator()(const string<MaxSize>& value) const -> unsigned constexpr
Returns the hash of the given string.