MongoDB C++ Driver mongocxx-3.11.0
Loading...
Searching...
No Matches
rewrap_many_datakey.hpp
Go to the documentation of this file.
1// Copyright 2009-present MongoDB, Inc.
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7// http://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
15#pragma once
16
18
21
23
25
26namespace mongocxx {
27namespace v_noabi {
28namespace result {
29
32 public:
33 rewrap_many_datakey() = default;
34
37
46
47 private:
48 bsoncxx::v_noabi::stdx::optional<mongocxx::v_noabi::result::bulk_write> _result;
49};
50
51} // namespace result
52} // namespace v_noabi
53} // namespace mongocxx
54
55#include <mongocxx/config/postlude.hpp>
56
Provides mongocxx::v_noabi::bulk_write.
A polyfill for std::optional<T>.
Definition optional.hpp:874
Class representing the result of a MongoDB bulk write operation.
Definition bulk_write.hpp:36
Class representing the result of a MongoDB rewrap_many_datakey operation.
Definition rewrap_many_datakey.hpp:31
const bsoncxx::v_noabi::stdx::optional< mongocxx::v_noabi::result::bulk_write > & result()
Returns the bulk write result for this rewrap_many_datakey operation.
Provides bsoncxx::v_noabi::document::value.
#define MONGOCXX_ABI_EXPORT_CDECL(...)
Equivalent to MONGOCXX_ABI_EXPORT with MONGOCXX_ABI_CDECL.
Definition fwd.hpp:222
The mongocxx macro guard prelude header.
The top-level namespace within which all bsoncxx library entities are declared.
The top-level namespace within which all mongocxx library entities are declared.
Provides std::optional-related polyfills for library API usage.
Declares mongocxx::v_noabi::result::rewrap_many_datakey.