#include <NumericType.d.hpp>
◆ Value
◆ NumericType() [1/2]
| icu4x::NumericType::NumericType |
( |
| ) |
|
|
inline |
◆ NumericType() [2/2]
| icu4x::NumericType::NumericType |
( |
Value | v | ) |
|
|
inlineconstexpr |
◆ for_char()
◆ from_integer_value()
| std::optional< icu4x::NumericType > icu4x::NumericType::from_integer_value |
( |
uint8_t | other | ) |
|
|
inlinestatic |
◆ long_name()
| std::optional< std::string_view > icu4x::NumericType::long_name |
( |
| ) |
const |
|
inline |
Get the "long" name of this property value (returns empty if property value is unknown)
See the Rust documentation for get for more information.
◆ operator bool()
| icu4x::NumericType::operator bool |
( |
| ) |
const |
|
explicitdelete |
◆ operator Value()
| icu4x::NumericType::operator Value |
( |
| ) |
const |
|
inlineconstexpr |
◆ short_name()
| std::optional< std::string_view > icu4x::NumericType::short_name |
( |
| ) |
const |
|
inline |
Get the "short" name of this property value (returns empty if property value is unknown)
See the Rust documentation for get for more information.
◆ to_integer_value()
| uint8_t icu4x::NumericType::to_integer_value |
( |
| ) |
const |
|
inline |
◆ try_from_str()
| std::optional< icu4x::NumericType > icu4x::NumericType::try_from_str |
( |
std::string_view | s | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following files: