// Implicit conversions between enum and ::Value
constexpr GeneralCategory(Value v) : value(v) {}
constexpr operator Value() const { return value; } // Prevent usage as boolean value explicitoperatorbool() const = delete;
/** *Seethe[Rustdocumentationfor`for_char`](https://docs.rs/icu/2.1.1/icu/properties/props/trait.EnumeratedProperty.html#tymethod.for_char) for more information.
*/ inlinestatic icu4x::GeneralCategory for_char(char32_t ch);
/** *ConverttoanintegerusingtheICU4Cintegermappingsfor`General_Category` *Getthe"long"nameofthispropertyvalue(returnsemptyifpropertyvalueisunknown) * *Seethe[Rustdocumentationfor`get`](https://docs.rs/icu/2.1.1/icu/properties/struct.PropertyNamesLongBorrowed.html#method.get) for more information.
*/ inline std::optional<std::string_view> long_name() const;
/** *Getthe"short"nameofthispropertyvalue(returnsemptyifpropertyvalueisunknown) * *Seethe[Rustdocumentationfor`get`](https://docs.rs/icu/2.1.1/icu/properties/struct.PropertyNamesShortBorrowed.html#method.get) for more information.
*/ inline std::optional<std::string_view> short_name() const;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.