22#include <cpprealm/thread_safe_reference.hpp>
23#include <cpprealm/internal/bridge/Dictionary.hpp>
24#include <cpprealm/internal/bridge/list.hpp>
25#include <cpprealm/internal/bridge/set.hpp>
39 알림 _토큰 (
const 알림 _토큰 & nt)
noException =
삭제;
40 알림 _토큰 &operator=(
const 알림 _토큰 &) =
삭제;
42 m_token = std::move(OTHER.m_token);
43 m_Dictionary = std::move(OTHER.m_딕셔너리);
44 m_list = std::move(OTHER.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)) {}
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:: 스키마)::variant_t>
old_value;
103 std::optional<
typename decltype(T::schema)::variant_t>
new_value;
std::Optional< typename Decltype(T::schema)::variant_t > old_value
정의: 알림.hpp:97
std::Optional< typename Decltype(T::schema)::variant_t > new_value
정의: 알림.hpp:103