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