MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ enum_to_string()

template<typename EnumType >
constexpr std::string_view MayaFlux::Utils::enum_to_string ( EnumType  value)
constexprnoexcept

Universal enum to string converter using magic_enum (original case)

Template Parameters
EnumTypeAny enum type
Parameters
valueEnum value to convert
Returns
String representation of the enum

Definition at line 51 of file EnumUtils.hpp.

52{
53 return magic_enum::enum_name(value);
54}

Referenced by MayaFlux::Kakshya::modality_to_string(), MayaFlux::Kriya::BufferPipeline::process_operation(), MayaFlux::Journal::Archivist::Impl::write_to_console(), and MayaFlux::Journal::Archivist::Impl::write_to_console().

+ Here is the caller graph for this function: