17 #include <bsoncxx/document/view_or_value.hpp>
18 #include <bsoncxx/stdx/optional.hpp>
19 #include <mongocxx/pipeline.hpp>
20 #include <mongocxx/stdx.hpp>
22 #include <mongocxx/config/prelude.hpp>
25 MONGOCXX_INLINE_NAMESPACE_BEGIN
61 const stdx::optional<bsoncxx::document::view_or_value>& collation()
const;
77 const stdx::optional<class pipeline>& pipeline()
const;
98 stdx::optional<bsoncxx::document::view_or_value> _collation;
99 stdx::optional<class pipeline> _pipeline;
103 return to_document();
107 MONGOCXX_INLINE_NAMESPACE_END
110 #include <mongocxx/config/postlude.hpp>
Definition: bulk_write.hpp:22
Class representing the optional arguments to a view creation operation.
Definition: create_view.hpp:34
A read-only BSON document that owns its underlying buffer.
Definition: value.hpp:33
Class representing a MongoDB aggregation pipeline.
Definition: pipeline.hpp:35