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

Variables

constexpr int version_major {WELDER_VERSION_MAJOR}
 welder's version as constexpr integers, for C++-level dispatch (the macros above serve the preprocessor).
constexpr int version_minor {WELDER_VERSION_MINOR}
constexpr int version_patch {WELDER_VERSION_PATCH}

Variable Documentation

◆ version_major

int WELDER_ABI_NAMESPACE::version_major {WELDER_VERSION_MAJOR}
inlineconstexpr

welder's version as constexpr integers, for C++-level dispatch (the macros above serve the preprocessor).

Definition at line 58 of file version.hpp.

◆ version_minor

int WELDER_ABI_NAMESPACE::version_minor {WELDER_VERSION_MINOR}
inlineconstexpr
See also
version_major

Definition at line 59 of file version.hpp.

◆ version_patch

int WELDER_ABI_NAMESPACE::version_patch {WELDER_VERSION_PATCH}
inlineconstexpr
See also
version_major

Definition at line 60 of file version.hpp.