ICU4X
International Components for Unicode
|
#include <PluralOperands.d.hpp>
Static Public Member Functions | |
static diplomat::result< std::unique_ptr< icu4x::PluralOperands >, icu4x::DecimalParseError > | from_string (std::string_view s) |
static std::unique_ptr< icu4x::PluralOperands > | from (int64_t i) |
static std::unique_ptr< icu4x::PluralOperands > | from_fixed_decimal (const icu4x::Decimal &x) |
static void | operator delete (void *ptr) |
See the Rust documentation for PluralOperands
for more information.
|
inlinestatic |
Construct for a given integer
|
inlinestatic |
Construct from a FixedDecimal
Retains at most 18 digits each from the integer and fraction parts.
|
inlinestatic |
Construct for a given string representing a number
See the Rust documentation for from_str
for more information.
|
inlinestatic |