|
using | CoreDocument = realm::bson::BsonDocument |
|
|
iterator | begin () |
|
iterator | end () |
|
| document (const std::initializer_list< std::pair< std::string, bsoncxx > > &) noexcept |
|
| document (const document &) |
|
| document (document &&) |
|
document & | operator= (const document &) |
|
document & | operator= (document &&) |
|
void | insert (const std::string &key, const bsoncxx &value) |
|
bool | empty () |
|
size_t | size () const |
|
value | operator[] (const std::string &) |
|
| operator CoreDocument () const |
|
| document (CoreDocument &) noexcept |
|
The documentation for this struct was generated from the following files:
- include/cpprealm/bson.hpp
- src/cpprealm/bson.cpp