19notificações #ifndef_hpp
20#defina notificações_hpp
22#include <cprealm/thread_safe_reference.hpp>
23#include <cprealm/internal/bridge/Dictionary.hpp>
24#include <cprealm/internal/bridge/list.hpp>
25#include <cprealm/internal/bridge/set.hpp>
42 m_token = std::move(OTHER.m_token);
43 m_Dictionary = std::move(OTHER.m_Dictionary);
44 m_list = std::move(outros.m_list);
45 m_set = std::move(OTHER.m_set);
46 m_results = std::move(OTHER.m_results);
47 m_realm = std::move(OTHER.m_realm);
50 m_token = std::move(OTHER.m_token);
51 m_Dictionary = std::move(OTHER.m_Dictionary);
52 m_list = std::move(OTHER.m_list);
53 m_set = std::move(OTHER.m_set);
54 m_results = std::move(OTHER.m_results);
55 m_realm = std::move(OTHER.m_realm);
62 : m_token(std::move(token)) {}
63 anular o registro de {
68 std::shared_ptr<internal::bridge::dictionary> m_Dictionary;
69 std::shared_ptr<internal::bridge::list> m_list;
70 std::shared_ptr<internal::bridge::set> m_set;
71 std::shared_ptr<internal::bridge::results> m_results;
97 std::optional<
typename decltype(T::schema)::variant_t>
old_value;
103 std::optional<
typename decltype(T::schema)::variant_t>
new_value;
Definição: notificações.hpp:33
Definição: notificações.hpp:80
std::optional< typename decltype(T::schema)::variant_t >old_value
Definição: notificações.hpp:97
std::optional< typename decltype(T::schema)::variant_t > new_value
Definição: notificações.hpp:103
std::string name
Definição: notificações.hpp:84
Definição: notificações.hpp:38