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

◆ member()

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

Definition at line 37 of file Reflection.hpp.

38{
39 return Property<Class, T> { key, ptr };
40}
Binds a string key to a required member pointer.