| 
    MongoDB C++ Driver mongocxx-4.0.0
    
   | 
 
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.   | |
| #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. 
| #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. 
| #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. 
| #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. 
| #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.