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

◆ kind_to_string()

std::string MayaFlux::Nexus::State::kind_to_string ( Fabric::Kind  k)
inline

Map Fabric::Kind to its lowercase JSON string token via magic_enum.

Definition at line 357 of file Schema.hpp.

358{
359 return Reflect::enum_to_lowercase_string(k);
360}
float k

References MayaFlux::Reflect::enum_to_lowercase_string(), and k.

Referenced by MayaFlux::Nexus::StateEncoder::encode().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: