17 #include <bsoncxx/array/value.hpp>
18 #include <bsoncxx/types/bson_value/view.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>
A read-only BSON array that owns its underlying buffer.
Definition: value.hpp:34
A view-only variant that can contain any BSON type.
Definition: view.hpp:44
Class representing the result of a GridFS upload operation.
Definition: upload.hpp:28
const bsoncxx::types::bson_value::view & id() const
Gets the id of the uploaded GridFS file.
Top level namespace for the MongoDB C++ driver.
Definition: bulk_write.hpp:24