|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
Binds a string key to a std::optional<T> member pointer. More...
#include <Reflection.hpp>
Collaboration diagram for MayaFlux::IO::OptionalProperty< Class, T >:Public Attributes | |
| std::string_view | key |
| std::optional< T > Class::* | member |
Static Public Attributes | |
| static constexpr bool | is_optional = true |
Binds a string key to a std::optional<T> member pointer.
Omitted from output when nullopt; missing key on decode leaves nullopt.
Definition at line 26 of file Reflection.hpp.