MongoDB C++ Driver
mongocxx-3.10.2
|
A JSON-like builder for creating documents. More...
#include <list.hpp>
Public Member Functions | |
document () | |
Creates an empty document. | |
document (initializer_list_t init) | |
Creates a BSON document. More... | |
Public Member Functions inherited from bsoncxx::v_noabi::builder::list | |
list () | |
Creates an empty document. | |
template<typename T > | |
list (T value) | |
Creates a bsoncxx::v_noabi::builder::list from a value of type T. More... | |
list (initializer_list_t init) | |
Creates a BSON document, if possible. More... | |
operator bson_value::view () | |
Provides a view of the underlying BSON value. More... | |
bson_value::view | view () |
Provides a view of the underlying BSON value. More... | |
A JSON-like builder for creating documents.
|
inline |
Creates a BSON document.
init | the initializer list used to construct the BSON document |