welder 0.1.0
Bindings for annotated C++ types, from C++26 reflection
Loading...
Searching...
No Matches
welder::detail::property_entry Struct Reference

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.

Detailed Description

One resolved property: its getter and its (optional) setter.

Definition at line 1124 of file bind_traits.hpp.

Member Data Documentation

◆ getter

std::meta::info welder::detail::property_entry::getter {}

The read half (always present).

Definition at line 1125 of file bind_traits.hpp.

◆ setter

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.


The documentation for this struct was generated from the following file: