MongoDB C++ Driver
mongocxx-3.7.0
|
17 #include <bsoncxx/types/bson_value/value.hpp>
18 #include <bsoncxx/types/bson_value/view.hpp>
19 #include <mongocxx/options/client_encryption.hpp>
20 #include <mongocxx/options/data_key.hpp>
21 #include <mongocxx/options/encrypt.hpp>
23 #include <mongocxx/config/prelude.hpp>
26 MONGOCXX_INLINE_NAMESPACE_BEGIN
116 class MONGOCXX_PRIVATE impl;
118 std::unique_ptr<impl> _impl;
121 MONGOCXX_INLINE_NAMESPACE_END
124 #include <mongocxx/config/postlude.hpp>
Class representing options for the object managing explicit client-side encryption.
Definition: client_encryption.hpp:36
Top level namespace for the MongoDB C++ driver.
Definition: bulk_write.hpp:24
Class representing options for explicit client-side encryption.
Definition: encrypt.hpp:34
Class representing options for data key generation for encryption.
Definition: data_key.hpp:36
Class supporting operations for MongoDB Client-Side Field Level Encryption.
Definition: client_encryption.hpp:31
A variant owning type that represents any BSON type.
Definition: value.hpp:44
A view-only variant that can contain any BSON type.
Definition: view.hpp:44