![]() |
Mangrove
The C++ Object Document Mapper for MongoDB
|
Represents an expresion that uses the $unset operator. More...
#include <query_builder.hpp>
Public Member Functions | |
void | append_to_bson (bsoncxx::builder::core &builder, bool wrap=false) const |
Appends this query to a BSON core builder as a key-value pair "$unset: {field: ''}". More... | |
Represents an expresion that uses the $unset operator.
|
inline |
Appends this query to a BSON core builder as a key-value pair "$unset: {field: ''}".
builder | A basic BSON core builder. |
Whether | to wrap this expression inside a document. |