MongoDB C++ Driver mongocxx-3.11.0
|
Provides bsoncxx::v_noabi::document::value.
Go to the source code of this file.
Classes | |
class | bsoncxx::v_noabi::document::value |
A read-only BSON document that owns its underlying buffer. When a document::value goes out of scope, the underlying buffer is freed. Generally this class should be used sparingly; document::view should be used instead wherever possible. More... | |
Namespaces | |
namespace | bsoncxx |
The top-level namespace within which all bsoncxx library entities are declared. | |
namespace | bsoncxx::document |
Declares entities representing a BSON document. | |
namespace | bsoncxx::v_noabi |
Declares entities whose ABI stability is NOT guaranteed. | |
namespace | bsoncxx::v_noabi::document |
Declares entities representing a BSON document. | |
Functions | |
bool | bsoncxx::document::operator!= (const v_noabi::document::value &lhs, const v_noabi::document::value &rhs) |
bsoncxx::v_noabi::document::operator!=(const v_noabi::document::value& lhs, const v_noabi::document::value& rhs) | |
bool | bsoncxx::document::operator== (const v_noabi::document::value &lhs, const v_noabi::document::value &rhs) |
bsoncxx::v_noabi::document::operator==(const v_noabi::document::value& lhs, const v_noabi::document::value& rhs) | |
bool | bsoncxx::v_noabi::document::operator!= (const value &lhs, const value &rhs) |
Compares two document values for (in)-equality. | |
bool | bsoncxx::v_noabi::document::operator== (const value &lhs, const value &rhs) |
Compares two document values for (in)-equality. | |