19#ifndef CPPREALM_BRIDGE_SCHEMA_HPP
20#define CPPREALM_BRIDGE_SCHEMA_HPP
24#include <cpprealm/internal/bridge/utils.hpp>
29namespace realm::internal::bridge {
39 schema(
const std::vector<object_schema>&);
41 operator Schema()
const;
44#ifdef CPPREALM_HAVE_GENERATED_BRIDGE_TYPES
45 storage::Schema m_schema[1];
47 std::shared_ptr<Schema> m_schema;
Definition: object_schema.hpp:33
Definition: schema.hpp:32