37#ifndef SDOM_EVENT_TYPE_HASH_HPP
38#define SDOM_EVENT_TYPE_HASH_HPP
51 return std::hash<std::string>()(eventType.getName());
Definition SDOM_EventType.hpp:49
Contains all core classes and utilities for the SDOM library.
Definition lua_BindHelpers.hpp:7
Definition SDOM_EventTypeHash.hpp:49
std::size_t operator()(const EventType &eventType) const noexcept
Definition SDOM_EventTypeHash.hpp:50