|
welder 0.1.0
Bindings for annotated C++ types, from C++26 reflection
|
The stored form of a doc annotation: a summary docstring. More...
#include <welder/annotations.hpp>
Public Attributes | |
| fixed_string< N > | text |
| The docstring text. | |
The stored form of a doc annotation: a summary docstring.
| N | the text length (deduced). |
Definition at line 271 of file annotations.hpp.
| fixed_string<N> welder::detail::doc_spec< N >::text |
The docstring text.
Definition at line 272 of file annotations.hpp.