19#ifndef CPPREALM_BRIDGE_MIXED_HPP
20#define CPPRALM_BRIDGE_MIXED_HPP
25#include <cpprealm/internal/bridge/ 속성.hpp>
26#include <cpprealm/internal/bridge/binary.hpp>
27#include <cpprealm/internal/bridge/uuid.hpp>
28#include <cpprealm/internal/bridge/timestamp.hpp>
29#include <cpprealm/internal/bridge/obj_key.hpp>
30#include <cpprealm/internal/bridge/object_id.hpp>
31#include <cpprealm/internal/bridge/decimal128.hpp>
43 std::chrono::time_point<std::chrono::system_clock>,
49namespace realm::internal::bridge {
72 혼합& 연산자=(
const 혼합& 기타) ;
77 명시적 혼합(
const std::string&);
78 혼합(
const std::monostate&);
92 혼합(
const std::optional<T>& o);
93 연산자 std::string()
const;
105 명시적 연산자 Mixed()
const;
107 [[nodiscard]] data_type type()
const noException;
108 [[nodiscard]]
bool is_null()
const noException;
110 std::string m_own_string;
112#ifdef CPPRALM_HAVE_GENERATED_BRIDGE_TYPES
113 저장::Mixed m_mixed[1];
115 std::shared_ptr<Mixed> m_mixed;
117 친구 bool 연산자 ==(
const 혼합&,
const 혼합&);
118 친구 bool 연산자 !=(
const 혼합&,
const 혼합&);
119 친구 bool 연산자 >(
const 혼합&,
const 혼합&);
120 친구 bool 연산자 <(
const 혼합&,
const 혼합&);
121 친구 bool 연산자 >=(
const 혼합&,
const 혼합&);
122 친구 bool 연산자 <=(
const 혼합&,
const 혼합&);
125 bool 연산자 ==(
const 혼합&,
const 혼합&);
126 bool 연산자 !=(
const 혼합&,
const 혼합&);
127 bool 연산자 >(
const 혼합&,
const 혼합&);
128 bool 연산자 <(
const 혼합&,
const 혼합&);
129 bool 연산자 >=(
const 혼합&,
const 혼합&);
130 bool 연산자 <=(
const 혼합&,
const 혼합&);