使用mongocxx驱动程序时包含头文件问题

Include headers file problem when using mongocxx-driver

本文关键字:文件 问题 包含头 mongocxx 驱动程序 使用      更新时间:2023-10-16

驱动程序和我对使用该驱动程序有一些问题。问题是,在我的项目中使用这个驱动程序时,我应该输入哪些头文件?我见过这种包含文件

#include <bsoncxx/json.hpp>
#include <mongocxx/client.hpp>
#include <mongocxx/stdx.hpp>
#include <mongocxx/uri.hpp>

这种包括文件

#include <bsoncxx/builder/stream/document.cpp>
#include <bsoncxx/json.hpp>
#include <mongocxx/client.hpp>
#include <mongocxx/instance.hpp>

我对应该包含哪些头文件感到困惑。

谢谢你的回答。

mongocxx驱动程序有很多功能,您不太可能使用所有这些功能,包括您正在使用的功能所需的标题。

文档目前似乎已损坏,但它会告诉每个类要包含哪些头。