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

◆ to_string()

MAYAFLUX_API std::string_view MayaFlux::IO::to_string ( Keys  key)
noexcept

Converts a Keys enum value to its string representation.

Parameters
keyThe key to convert.
Returns
The string view representing the key.

Definition at line 55 of file Keys.cpp.

56{
57 return Reflect::enum_to_string(key);
58}

References MayaFlux::Reflect::enum_to_string().

+ Here is the call graph for this function: