MongoDB C++ Driver mongocxx-3.11.0
Loading...
Searching...
No Matches
mongocxx/v_noabi/mongocxx/config/version.hpp

Description

This page documents macros provided by the generated header mongocxx/v_noabi/mongocxx/config/version.hpp.

mongocxx/v_noabi/mongocxx/config/version.hpp

These macros are provided by version.hpp, NOT by fwd.hpp (where this is documented)!

#define MONGOCXX_VERSION_STRING
 Defined as a string literal encoding this mongocxx library's API version number.
 
#define MONGOCXX_VERSION_MAJOR
 Defined as this mongocxx library's API major version number.
 
#define MONGOCXX_VERSION_MINOR
 Defined as this mongocxx library's API minor version number.
 
#define MONGOCXX_VERSION_PATCH
 Defined as this mongocxx library's API patch version number.
 
#define MONGOCXX_VERSION_EXTRA
 Defined as this mongocxx library's API version number suffix if any.
 

Macro Definition Documentation

◆ MONGOCXX_VERSION_EXTRA

#define MONGOCXX_VERSION_EXTRA

Defined as this mongocxx library's API version number suffix if any.

This value is derived from the BUILD_VERSION variable during configuration.

◆ MONGOCXX_VERSION_MAJOR

#define MONGOCXX_VERSION_MAJOR

Defined as this mongocxx library's API major version number.

This value is derived from the BUILD_VERSION variable during configuration.

◆ MONGOCXX_VERSION_MINOR

#define MONGOCXX_VERSION_MINOR

Defined as this mongocxx library's API minor version number.

This value is derived from the BUILD_VERSION variable during configuration.

◆ MONGOCXX_VERSION_PATCH

#define MONGOCXX_VERSION_PATCH

Defined as this mongocxx library's API patch version number.

This value is derived from the BUILD_VERSION variable during configuration.

◆ MONGOCXX_VERSION_STRING

#define MONGOCXX_VERSION_STRING

Defined as a string literal encoding this mongocxx library's API version number.

This value includes the major version, minor version, patch version, and suffix if any.

Example: "1.2.3-extra"

This value is derived from the BUILD_VERSION variable during configuration.