19#ifndef CPPREALM_MANAGED_DECIMAL_HPP
20#define CPPRALM_MANAGED_DECIMAL_HPP
22#include <cpprealm/macros.hpp>
23#include <cpprealm/types.hpp>
25#include <cpprealm/internal/bridge/decimal128.hpp>
36 return m_obj-> template get<realm::internal::bridge::decimal128>(m_key).operator ::realm::decimal128();
69 템플릿<
typename,
typename>
75 사용 managed<std::optional< 영역::decimal128>>::managed_base:: 연산자=;
77 [[nodiscard]] std::optional<realm::decimal128> fetch()
const {
78 auto v = m_obj-> Template get_optional<realm::internal::bridge::decimal128>(m_key);
80 v.value()를
반환 합니다. 연산자 :: 영역::decimal128();
86 [[nodiscard]] std::optional< 영역::decimal128> 연산자 *()
const {
90 [[nodiscard]]
연산자 std::optional< 영역::decimal128>()
const {
94 rbool 연산자==(
const std::optional< 영역::decimal128>& rhs)
const noException;
95 rbool 연산자!=(
const std::optional<realm::decimal128>& rhs)
const noexcept;
96 rbool 연산자>(
const std::optional< 영역::decimal128>& rhs)
const noException;
97 rbool 연산자<(
const std::optional< 영역::decimal128>& rhs)
const noException;
98 rbool 연산자>=(
const std::optional< 영역::decimal128>& rhs)
const noException;
99 rbool 연산자<=(
const std::optional< 영역::decimal128>& rhs)
const noException;
116 템플릿<
typename,
typename>
정의: managed_decimal.hpp:33