MayaFlux 0.4.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 356 of file Schema.hpp.

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

References MayaFlux::Reflect::enum_to_lowercase_string().

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

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