#pragma once template class enum_helper { public: static constexpr const char* to_string(TEnum value) { return __FUNCSIG__; } };