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
}
MayaFlux::IO::OptionalProperty
Binds a string key to a std::optional<T> member pointer.
Definition
Reflection.hpp:26
MayaFlux
IO
Generated by
1.9.8