welder 0.1.0
Bindings for annotated C++ types, from C++26 reflection
Loading...
Searching...
No Matches
welder::detail::doc_spec< N > Struct Template Reference

The stored form of a doc annotation: a summary docstring. More...

#include <welder/annotations.hpp>

Public Attributes

fixed_string< N > text
 The docstring text.

Detailed Description

template<size_type N>
struct welder::detail::doc_spec< N >

The stored form of a doc annotation: a summary docstring.

Template Parameters
Nthe text length (deduced).

Definition at line 271 of file annotations.hpp.

Member Data Documentation

◆ text

template<size_type N>
fixed_string<N> welder::detail::doc_spec< N >::text

The docstring text.

Definition at line 272 of file annotations.hpp.


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