|
welder 0.1.0
Bindings for annotated C++ types, from C++26 reflection
|
Thrown by the accessor_name factory helper (<welder/annotations.hpp>) when a getter/setter explicit property name exceeds the spec's inline capacity (the spec is deliberately not length-templated — see accessor_name_capacity). More...
#include <welder/diag.hpp>
Public Attributes | |
| const char * | what |
| What went wrong and how to fix it. | |
Thrown by the accessor_name factory helper (<welder/annotations.hpp>) when a getter/setter explicit property name exceeds the spec's inline capacity (the spec is deliberately not length-templated — see accessor_name_capacity).
| const char* welder::diag::accessor_name_too_long::what |