MongoDB C++ Driver mongocxx-3.11.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!= (const b_document &lhs, const b_document &rhs) |
free function comparator for b_document | |
bool | operator== (const b_document &lhs, const b_document &rhs) |
free function comparator for b_document | |
|
inline |
Conversion operator unwrapping a document::view.
Returns an unwrapped document::view.
|
related |
free function comparator for b_document
|
related |
free function comparator for b_document