Template Struct Hashable

Struct Documentation

template<typename TUnderlying>
struct Hashable

A template for hashable types. Used to make a type hashable.

Template Parameters:

TUnderlying

Public Static Attributes

static constexpr bool is_hashable = true

Set if the underlying type is hashable.