|
welder 0.1.0
Bindings for annotated C++ types, from C++26 reflection
|
One documented template parameter of an entity: the parameter's name (as spelled in the tparam annotation) and its doc text. More...
#include <welder/doc.hpp>
Public Attributes | |
| const char * | name {nullptr} |
| The template parameter's name. | |
| const char * | text {nullptr} |
| Its documentation. | |
One documented template parameter of an entity: the parameter's name (as spelled in the tparam annotation) and its doc text.
Both have static storage.
| const char* welder::detail::tparam_doc::name {nullptr} |
| const char* welder::detail::tparam_doc::text {nullptr} |