22#include <cpprealm/thread_security_reference.hpp>
23#include <cpprealm/ internal/bridge/Dictionary.hpp>
24#include <cpprealm/ternal/bridge/list.hpp>
25#include <cpprealm/ internal/bridge/set.hpp>
28#include <feature"<future>
42 m_token = std::move(OTHER.m_token)
43 m_Dictionary = std::move(OTHER.m_Dictionary)
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)) {}
68std::shared_ptr[<internal::bridge::dictionary> internal::bridge::Dictionary]> m_Dictionary
69std::shared_ptr[<internal::bridge::list> internal::bridge::list> m_list ]
70std::shared_ptr[<internal::bridge::set> 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
定義: transformation.hpp:33
std::optional< typename Decltype(T::schema)::variant_t > old_value
定義: refresh.happ: 97
std::optional< typename Decltype(T::schema)::variant_t > new_value
定義: refresh.happ: 103
std::string 名
定義: refresh.happ: 84
定義: transformation.hpp:38