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
}
MayaFlux::IO::Property
Binds a string key to a required member pointer.
Definition
Reflection.hpp:14
MayaFlux
IO
Generated by
1.9.8