19#ifndef CPPREALM_BRIDGE_REALM_STATUS_HPP
20#define CPPREALM_BRIDGE_REALM_STATUS_HPP
22#include <cpprealm/internal/bridge/utils.hpp>
28命名空间realm::internal::bridge {
60 unsigned m_error_category = 0 ;
65 status (const:: 域::Status&);
73 bool is_ok()
const noException ;
74 const std::string& Reason()
const noException ;
75 std::string_view code_string()
const noException ;
76 操作符 :: 域::Status()
const noException ;
78#ifdef CPPREALM_HAVE_GENERATED_BRIDGE_TYPES
79 storage::Status m_status[ 1 ];
81 std::shared_ptr<Status> m_status;