MongoDB C++ Driver 4.1.0
|
#include <bsoncxx/v_noabi/bsoncxx/types.hpp>
A BSON document value.
Public Member Functions | |
operator document::view () const | |
Conversion operator unwrapping a document::view. | |
document::view | view () |
Returns an unwrapped document::view. | |
Related Symbols | |
(Note that these are not member symbols.) | |
bool | operator!= (b_document const &lhs, b_document const &rhs) |
free function comparator for b_document | |
bool | operator== (b_document const &lhs, b_document const &rhs) |
free function comparator for b_document | |
|
inline |
Conversion operator unwrapping a document::view.
Returns an unwrapped document::view.
|
free function comparator for b_document
|
free function comparator for b_document