#ifndef CTTI_SYMBOL_FROM_HASH_HPP #define CTTI_SYMBOL_FROM_HASH_HPP #include namespace ctti { template using symbol_from_hash = decltype(ctti_symbol_from_hash(ctti::meta::uint64_t())); } #endif // CTTI_SYMBOL_FROM_HASH_HPP