#include <bsoncxx/v1/types/view.hpp>
BSON type value "DBPointer".
- Deprecated
- This BSON type is deprecated.
◆ b_dbpointer() [1/2]
| bsoncxx::v1::types::b_dbpointer::b_dbpointer |
( |
| ) |
|
|
default |
Zero-initialize the represented value.
◆ b_dbpointer() [2/2]
◆ operator!=
Equivalent to !(lhs == rhs).
◆ operator==
Equivalent to lhs.collection == rhs.collection && lhs.value == rhs.value.
◆ collection
The represented value's "$ref" (namespace) component.
◆ type_id
The type represented by this BSON type value.
◆ value
| v1::oid bsoncxx::v1::types::b_dbpointer::value |
The represented value's "$id" (ObjectID) component.
The documentation for this struct was generated from the following file: