17 #include <bsoncxx/document/view_or_value.hpp> 18 #include <bsoncxx/stdx/optional.hpp> 19 #include <mongocxx/pipeline.hpp> 20 #include <mongocxx/stdx.hpp> 21 #include <mongocxx/write_concern.hpp> 23 #include <mongocxx/config/prelude.hpp> 26 MONGOCXX_INLINE_NAMESPACE_BEGIN
66 const stdx::optional<bsoncxx::document::view_or_value>& collation()
const;
86 const stdx::optional<class pipeline>& pipeline()
const;
106 const stdx::optional<class mongocxx::write_concern>& write_concern()
const;
128 stdx::optional<bsoncxx::document::view_or_value> _collation;
129 stdx::optional<class pipeline> _pipeline;
130 stdx::optional<class write_concern> _write_concern;
137 return to_document_deprecated();
141 MONGOCXX_INLINE_NAMESPACE_END
144 #include <mongocxx/config/postlude.hpp> Top level namespace for the MongoDB C++ driver.
Definition: bulk_write.hpp:24
Class representing the optional arguments to a view creation operation.
Definition: create_view.hpp:35
A read-only BSON document that owns its underlying buffer.
Definition: value.hpp:33
Class representing a MongoDB aggregation pipeline.
Definition: pipeline.hpp:35
Class representing the server-side requirement for reporting the success of a write operation...
Definition: write_concern.hpp:55