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