17 #include <bsoncxx/array/value.hpp>
18 #include <bsoncxx/types/bson_value/view.hpp>
20 #include <mongocxx/config/prelude.hpp>
23 inline namespace v_noabi {
42 bsoncxx::array::value _id_owned;
47 friend MONGOCXX_API
bool MONGOCXX_CALL operator==(
const upload&,
const upload&);
48 friend MONGOCXX_API
bool MONGOCXX_CALL operator!=(
const upload&,
const upload&);
56 #include <mongocxx/config/postlude.hpp>
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.
The top-level namespace for mongocxx library entities.
Definition: bulk_write.hpp:24