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

◆ to_lowercase_string()

MAYAFLUX_API std::string MayaFlux::IO::to_lowercase_string ( Keys  key)
noexcept

Converts a Keys enum value to its lowercase string representation.

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

Definition at line 59 of file Keys.cpp.

60{
61 return Utils::enum_to_lowercase_string(key);
62}

References MayaFlux::Utils::enum_to_lowercase_string().

+ Here is the call graph for this function: