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

◆ describe()

static constexpr auto MayaFlux::Nexus::State::FabricRef::describe ( )
inlinestaticconstexpr

Definition at line 298 of file Schema.hpp.

299 {
300 return std::make_tuple(
301 IO::member("name", &FabricRef::name),
302 IO::member("base_path", &FabricRef::base_path));
303 }
constexpr auto member(std::string_view key, T Class::*ptr)

References base_path, MayaFlux::IO::member(), and name.

+ Here is the call graph for this function: