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

Description

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

bsoncxx/v_noabi/bsoncxx/config/version.hpp

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

#define BSONCXX_VERSION_MAJOR
 Defined as this bsoncxx library's API major version number.
 
#define BSONCXX_VERSION_MINOR
 Defined as this bsoncxx library's API minor version number.
 
#define BSONCXX_VERSION_PATCH
 Defined as this bsoncxx library's API patch version number.
 
#define BSONCXX_VERSION_EXTRA
 Defined as this bsoncxx library's API version number suffix if any.
 

Macro Definition Documentation

◆ BSONCXX_VERSION_EXTRA

#define BSONCXX_VERSION_EXTRA

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

This value is derived from the BUILD_VERSION variable during configuration.

◆ BSONCXX_VERSION_MAJOR

#define BSONCXX_VERSION_MAJOR

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

This value is derived from the BUILD_VERSION variable during configuration.

◆ BSONCXX_VERSION_MINOR

#define BSONCXX_VERSION_MINOR

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

This value is derived from the BUILD_VERSION variable during configuration.

◆ BSONCXX_VERSION_PATCH

#define BSONCXX_VERSION_PATCH

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

This value is derived from the BUILD_VERSION variable during configuration.