welder 0.1.0
Bindings for annotated C++ types, from C++26 reflection
Loading...
Searching...
No Matches
welder::mark Namespace Reference

The bare mark annotation objects — use directly or call to scope by language. More...

Variables

constexpr detail::exclude_spec exclude {}
constexpr detail::include_spec include {}
constexpr detail::only_spec only {}
constexpr detail::trust_bindable_spec trust_bindable {}

Detailed Description

The bare mark annotation objects — use directly or call to scope by language.

Variable Documentation

◆ exclude

detail::exclude_spec welder::mark::exclude {}
inlineconstexpr
See also
welder::detail::exclude_spec

Definition at line 433 of file annotations.hpp.

◆ include

detail::include_spec welder::mark::include {}
inlineconstexpr
See also
welder::detail::include_spec

Definition at line 434 of file annotations.hpp.

◆ only

detail::only_spec welder::mark::only {}
inlineconstexpr
See also
welder::detail::only_spec — must be called with ≥ 1 language

Definition at line 435 of file annotations.hpp.

◆ trust_bindable

detail::trust_bindable_spec welder::mark::trust_bindable {}
inlineconstexpr
See also
welder::detail::trust_bindable_spec

Definition at line 436 of file annotations.hpp.