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

One enumerator's documentation for the enum_doc list: its bound (target-language) name and its doc text. More...

#include <welder/doc.hpp>

Public Attributes

const char * name {nullptr}
 The enumerator's bound name.
const char * text {nullptr}
 Its doc text.

Detailed Description

One enumerator's documentation for the enum_doc list: its bound (target-language) name and its doc text.

Only documented, participating enumerators appear, so both members are always non-null.

Definition at line 262 of file doc.hpp.

Member Data Documentation

◆ name

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

The enumerator's bound name.

Definition at line 263 of file doc.hpp.

◆ text

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

Its doc text.

Definition at line 264 of file doc.hpp.


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