|
welder 0.1.0
Bindings for annotated C++ types, from C++26 reflection
|
The outcome of scanning a base's namespace for its trampoline-annotated subclass. More...
#include <welder/rods/python/trampoline.hpp>
Public Attributes | |
| std::meta::info | type {} |
| the trampoline, or a null reflection if none found. | |
| bool | ambiguous {false} |
| true iff more than one candidate was found. | |
The outcome of scanning a base's namespace for its trampoline-annotated subclass.
Definition at line 134 of file trampoline.hpp.
| bool welder::rods::python::scanned_trampoline::ambiguous {false} |
true iff more than one candidate was found.
Definition at line 136 of file trampoline.hpp.
Referenced by welder::rods::python::scanned_trampoline_of().
| std::meta::info welder::rods::python::scanned_trampoline::type {} |
the trampoline, or a null reflection if none found.
Definition at line 135 of file trampoline.hpp.
Referenced by welder::rods::python::scanned_trampoline_of().