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

◆ describe()

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

Definition at line 42 of file Schema.hpp.

43 {
44 return std::make_tuple(
45 IO::member("min", &Range::min),
46 IO::member("max", &Range::max));
47 }
constexpr auto member(std::string_view key, T Class::*ptr)

References max, MayaFlux::IO::member(), and min.

+ Here is the call graph for this function: