Inherits LanguagePackStringValue.
A language pack string which has different forms based on the number of some object it mentions. See https://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html for more information.
|
static const std::int32_t | ID = 1906840261 |
| Identifier uniquely determining a type of the object.
|
|
◆ languagePackStringValuePluralized() [1/2]
◆ languagePackStringValuePluralized() [2/2]
A language pack string which has different forms based on the number of some object it mentions. See https://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html for more information.
- Parameters
-
[in] | zero_value_ | Value for zero objects. |
[in] | one_value_ | Value for one object. |
[in] | two_value_ | Value for two objects. |
[in] | few_value_ | Value for few objects. |
[in] | many_value_ | Value for many objects. |
[in] | other_value_ | Default value. |
◆ store()
void store |
( |
TlStorerToString & |
s, |
|
|
const char * |
field_name |
|
) |
| const |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
- Parameters
-
[in] | s | Storer to which object string representation will be appended. |
[in] | field_name | Object field_name if applicable. |
Implements TlObject.
The documentation for this class was generated from the following file: