Realm C++ SDK Version v2.2.0
|
Public Member Functions | |
sync_subscription_set (const sync_subscription_set &other)=delete | |
sync_subscription_set & | operator= (const sync_subscription_set &other) |
sync_subscription_set (sync_subscription_set &&other)=delete | |
sync_subscription_set & | operator= (sync_subscription_set &&other) |
size_t | size () const |
The total number of subscriptions in the set. | |
std::optional< sync_subscription > | find (const std::string &name) |
std::future< bool > | update (std::function< void(mutable_sync_subscription_set &)> &&fn) |
sync_subscription_set (internal::bridge::realm &realm) | |
Friends | |
struct | db |