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

◆ opt_member()

template<typename Class , typename T >
constexpr auto MayaFlux::IO::opt_member ( std::string_view  key,
std::optional< T > Class::*  ptr 
)
constexpr

Definition at line 43 of file Reflection.hpp.

44{
45 return OptionalProperty<Class, T> { key, ptr };
46}
const uint8_t * ptr
Binds a string key to a std::optional<T> member pointer.

References ptr.

Referenced by MayaFlux::Nexus::State::WiringRecord::describe(), and MayaFlux::Nexus::State::EntityRecord::describe().

+ Here is the caller graph for this function: