We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e3beb commit 9d0f158Copy full SHA for 9d0f158
doc/modules/ROOT/pages/decimal_fast32_t.adoc
@@ -107,8 +107,11 @@ explicit constexpr operator std::float32_t() const noexcept;
107
explicit constexpr operator std::float64_t() const noexcept;
108
explicit constexpr operator std::bfloat16_t() const noexcept;
109
110
+explicit constexpr operator decimal32_t() const noexcept;
111
explicit constexpr operator decimal64_t() const noexcept;
112
+explicit constexpr operator decimal_fast64_t() const noexcept;
113
explicit constexpr operator decimal128_t() const noexcept;
114
+explicit constexpr operator decimal_fast128_t() const noexcept;
115
116
}; // class decimal_fast32_t
117
0 commit comments