IceShard
1
A personal game engine project, with development focused on 2D/2.5D games.
Toggle main menu visibility
Loading...
Searching...
No Matches
ice
concepts
HashableKeyType
ice::concepts::HashableKeyType Concept Reference
#include <
ice/container/container_concepts.hxx
>
Concept definition
template
<
typename
T>
concept
HashableKeyType
=
requires
(T t) {
{
ice::hash
(t) } -> std::convertible_to<ice::u64>;
}
ice::concepts::HashableKeyType
Definition
container_concepts.hxx:83
ice::hash
constexpr auto hash(ice::HeapString<> const &value) noexcept -> ice::u64
Definition
heap_string.hxx:251
Generated by
1.18.0