使用mongocxx-driver时出现头文件问题

时间:2018-11-01 03:06:54

标签: c++ mongodb mongo-cxx-driver

驱动程序,我对使用驱动程序有一些疑问。问题是我应该在项目中使用哪个驱动程序来包含哪些头文件?我已经看到了这种包含文件

#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>

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

感谢您的回答。

1 个答案:

答案 0 :(得分:1)

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

documentation目前似乎已损坏,但它告诉您每个类要包含哪些标题。