17 #include <bsoncxx/array/value.hpp> 18 #include <bsoncxx/types/value.hpp> 20 #include <mongocxx/config/prelude.hpp> 23 MONGOCXX_INLINE_NAMESPACE_BEGIN
47 friend MONGOCXX_API
bool MONGOCXX_CALL operator==(
const upload&,
const upload&);
48 friend MONGOCXX_API
bool MONGOCXX_CALL operator!=(
const upload&,
const upload&);
53 MONGOCXX_INLINE_NAMESPACE_END
56 #include <mongocxx/config/postlude.hpp> Top level namespace for the MongoDB C++ driver.
Definition: bulk_write.hpp:24
A read-only BSON array that owns its underlying buffer.
Definition: value.hpp:34
Class representing the result of a GridFS upload operation.
Definition: upload.hpp:28
A variant that can contain any BSON type.
Definition: value.hpp:37