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

◆ opt_member()

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

Definition at line 43 of file Mirror.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.
Definition Mirror.hpp:26

References ptr.

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

+ Here is the caller graph for this function: