19#ifndef CPPREALM_BRIDGE_THREAD_SAFE_REFERence_HPP
20#define CPPREALM_BRIDGE_THREAD_SAFE_REFERence_HPP
22#include <cprealm/internal/bridge/utils.hpp>
25 classe ThreadSafeReference;
27namespace realm::internal::bridge {
29 dicionário
estruturado ;
42 operador ThreadSafeReference&&();
43 operador bool()
const;
45 amigo estrutura, estrutura realm;
48#ifdef CPPREALM_HVE_GENERATED_BRIDGE_TYPes
49 armazenamento::ThreadSafeReference m_thread_safe_reference[1];
51 std::shared_ptr<ThreadSafeReference> m_thread_safe_reference;
Definição: dictionary.hpp:138
Definição: thread_safe_reference.hpp:32