MongoDB C++ Driver mongocxx-3.11.0
Loading...
Searching...
No Matches
value.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
20
21namespace bsoncxx {
22namespace v_noabi {
23namespace types {
24
31
32} // namespace types
33} // namespace v_noabi
34} // namespace bsoncxx
35
36namespace bsoncxx {
37namespace types {
38
39using ::bsoncxx::v_noabi::types::value; // Deprecated.
40
41} // namespace types
42} // namespace bsoncxx
43
45
52
53#if defined(BSONCXX_PRIVATE_DOXYGEN_PREPROCESSOR)
54
55namespace bsoncxx {
56namespace types {
57
60class value {};
61
62} // namespace types
63} // namespace bsoncxx
64
65#endif // defined(BSONCXX_PRIVATE_DOXYGEN_PREPROCESSOR)
The bsoncxx macro guard postlude header.
The bsoncxx macro guard prelude header.
bsoncxx::v_noabi::types::value
Definition value.hpp:60
A view-only variant that can contain any BSON type.
Definition view.hpp:41
#define BSONCXX_DEPRECATED
Declares the associated entity as deprecated.
Definition fwd.hpp:261
BSONCXX_DEPRECATED typedef types::bson_value::view value
Equivalent to bsoncxx::v_noabi::types::bson_value::view.
Definition value.hpp:30
The top-level namespace within which all bsoncxx library entities are declared.
Provides bsoncxx::v_noabi::types::bson_value::view.