17 #include <mongocxx/config/prelude.hpp> 20 MONGOCXX_INLINE_NAMESPACE_BEGIN
45 MONGOCXX_INLINE_NAMESPACE_END
48 #include <mongocxx/config/postlude.hpp> Top level namespace for the MongoDB C++ driver.
Definition: bulk_write.hpp:24
write_type
Enum representing the the types of write operations that can be performed.
Definition: write_type.hpp:25
Replace a single document in a collection with a new one.
Delete one or more documents from a collection.
Update one or more documents in a collection.
Update a single document in a collection.
Inserting a single document into a collection.
Deleting a single document from a collection.