MayaFlux 0.2.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 54 of file Keys.cpp.

55{
56 return Utils::enum_to_string(key);
57}

References MayaFlux::Utils::enum_to_string().

+ Here is the call graph for this function: