Skip to content

Commit 9d0f158

Browse files
committed
Document missing conversion operators
1 parent a2e3beb commit 9d0f158

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/modules/ROOT/pages/decimal_fast32_t.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,11 @@ explicit constexpr operator std::float32_t() const noexcept;
107107
explicit constexpr operator std::float64_t() const noexcept;
108108
explicit constexpr operator std::bfloat16_t() const noexcept;
109109
110+
explicit constexpr operator decimal32_t() const noexcept;
110111
explicit constexpr operator decimal64_t() const noexcept;
112+
explicit constexpr operator decimal_fast64_t() const noexcept;
111113
explicit constexpr operator decimal128_t() const noexcept;
114+
explicit constexpr operator decimal_fast128_t() const noexcept;
112115
113116
}; // class decimal_fast32_t
114117

0 commit comments

Comments
 (0)