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

Thrown by property_entries (<welder/bind_traits.hpp>) on an accessor-marked static member function: static properties are not supported yet (deferred — the Python frameworks have def_property_static, the Lua rods have no equivalent surface). More...

#include <welder/diag.hpp>

Public Attributes

const char * what
 What went wrong and how to fix it.

Detailed Description

Thrown by property_entries (<welder/bind_traits.hpp>) on an accessor-marked static member function: static properties are not supported yet (deferred — the Python frameworks have def_property_static, the Lua rods have no equivalent surface).

Definition at line 185 of file diag.hpp.

Member Data Documentation

◆ what

const char* welder::diag::static_property_accessor::what
Initial value:
=
"welder: getter/setter marks on a STATIC member function are not "
"supported yet; bind it as a static method (drop the mark), or expose "
"a namespace variable instead"

What went wrong and how to fix it.

Definition at line 187 of file diag.hpp.


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