17 #include <mongocxx/result/gridfs/upload-fwd.hpp>
19 #include <bsoncxx/array/value.hpp>
20 #include <bsoncxx/types/bson_value/view.hpp>
22 #include <mongocxx/config/prelude.hpp>
49 friend MONGOCXX_API
bool MONGOCXX_CALL operator==(
const upload&,
const upload&);
50 friend MONGOCXX_API
bool MONGOCXX_CALL operator!=(
const upload&,
const upload&);
58 #include <mongocxx/config/postlude.hpp>
A read-only BSON array that owns its underlying buffer.
Definition: value.hpp:36
A view-only variant that can contain any BSON type.
Definition: view.hpp:41
Class representing the result of a GridFS upload operation.
Definition: upload.hpp:30
const bsoncxx::v_noabi::types::bson_value::view & id() const
Gets the id of the uploaded GridFS file.
The top-level namespace for mongocxx library entities.
Definition: bulk_write-fwd.hpp:19