Realm C++ SDK Version v2.2.0
Classes | Public Types | Public Member Functions | Friends | List of all members

realm::bsoncxx::document Struct Reference

Classes

struct  iterator
 
struct  value
 

Public Types

using CoreDocument = realm::bson::BsonDocument
 

Public Member Functions

iterator begin ()
 
iterator end ()
 
 document (const std::initializer_list< std::pair< std::string, bsoncxx > > &) noexcept
 
 document (const document &)
 
 document (document &&)
 
documentoperator= (const document &)
 
documentoperator= (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
 

Friends

struct bsoncxx
 

The documentation for this struct was generated from the following files: