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

One row of the reference-container table: a container template paired with the opaque binder kind it uses. More...

#include <welder/containers.hpp>

Public Attributes

std::meta::info tmpl
 The class template, e.g.
container_kind kind
 Which opaque binder registers it.

Detailed Description

One row of the reference-container table: a container template paired with the opaque binder kind it uses.

See also
welder::container_kind

Definition at line 52 of file containers.hpp.

Member Data Documentation

◆ kind

container_kind welder::detail::container_spec::kind

Which opaque binder registers it.

Definition at line 54 of file containers.hpp.

◆ tmpl

std::meta::info welder::detail::container_spec::tmpl

The class template, e.g.

^^std::vector.

Definition at line 53 of file containers.hpp.


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