#include <bsoncxx/v1/types/view.hpp>
BSON type value "ObjectID".
Public Member Functions | |
| b_oid ()=default | |
| Zero-initialize the represented value. | |
| b_oid (v1::oid const &value) | |
| Initialize with value. | |
| operator v1::oid () const | |
| Implicitly convert to value. | |
Public Attributes | |
| v1::oid | value |
| The represented value. | |
Static Public Attributes | |
| static constexpr id | type_id = id::k_oid |
| The type represented by this BSON type value. | |
Friends | |
| bool | operator!= (b_oid const &lhs, b_oid const &rhs) |
| Equivalent to !(lhs == rhs). | |
| bool | operator== (b_oid const &lhs, b_oid const &rhs) |
| Equivalent to lhs.value == rhs.value. | |
|
default |
Zero-initialize the represented value.
Equivalent to lhs.value == rhs.value.
The type represented by this BSON type value.
| v1::oid bsoncxx::v1::types::b_oid::value |
The represented value.