Zserio C++17 runtime library  0.5.0
Built for Zserio 2.17.0
CppRuntimeVersion.h File Reference

Go to the source code of this file.

Macros

#define CPP17_EXTENSION_RUNTIME_VERSION_NUMBER   5000
 

Variables

constexpr const char * CPP17_EXTENSION_RUNTIME_VERSION_STRING = "0.5.0"
 

Macro Definition Documentation

◆ CPP17_EXTENSION_RUNTIME_VERSION_NUMBER

#define CPP17_EXTENSION_RUNTIME_VERSION_NUMBER   5000

C++ extension runtime version in integer value to allow version checking in generated code.

Definition at line 8 of file CppRuntimeVersion.h.

Variable Documentation

◆ CPP17_EXTENSION_RUNTIME_VERSION_STRING

constexpr const char* CPP17_EXTENSION_RUNTIME_VERSION_STRING = "0.5.0"
constexpr

C++ extension runtime version string.

Definition at line 5 of file CppRuntimeVersion.h.