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

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.

Detailed Description

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.

Definition at line 155 of file doc.hpp.

Member Data Documentation

◆ name

const char* welder::detail::tparam_doc::name {nullptr}

The template parameter's name.

Definition at line 156 of file doc.hpp.

◆ text

const char* welder::detail::tparam_doc::text {nullptr}

Its documentation.

Definition at line 157 of file doc.hpp.


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