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

◆ key_count()

MAYAFLUX_API size_t MayaFlux::IO::key_count ( )
noexcept

Returns the total number of keys.

Returns
The number of keys.

Definition at line 103 of file Keys.cpp.

104{
105 return Reflect::enum_count<Keys>();
106}