MayaFlux 0.3.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 60 of file Keys.cpp.

61{
62 return Reflect::enum_to_lowercase_string(key);
63}

References MayaFlux::Reflect::enum_to_lowercase_string().

+ Here is the call graph for this function: