|
welder 0.1.0
Bindings for annotated C++ types, from C++26 reflection
|
One resolved property: its getter and its (optional) setter. More...
#include <welder/bind_traits.hpp>
Public Attributes | |
| std::meta::info | getter {} |
| The read half (always present). | |
| std::meta::info | setter {} |
| The write half; a null reflection = read-only. | |
One resolved property: its getter and its (optional) setter.
Definition at line 1124 of file bind_traits.hpp.
| std::meta::info welder::detail::property_entry::getter {} |
The read half (always present).
Definition at line 1125 of file bind_traits.hpp.
| std::meta::info welder::detail::property_entry::setter {} |
The write half; a null reflection = read-only.
Definition at line 1126 of file bind_traits.hpp.