Méthode System::String::operator+=
Contenu
[
Cacher
]String::operator+=(char_t) method
Opérateur d’affectation de concaténation.
String & System::String::operator+=(char_t c)
| Paramètre | Type | Description |
|---|---|---|
| c | char_t | Caractère à ajouter à la fin de la chaîne actuelle. |
ReturnValue
référence à soi-même.
Voir aussi
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::operator+=(const String&) method
Opérateur d’affectation de concaténation.
String & System::String::operator+=(const String &str)
| Paramètre | Type | Description |
|---|---|---|
| str | const String& | String à ajouter à la fin de la chaîne actuelle. |
ReturnValue
référence à soi-même.
Voir aussi
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::operator+=(double) method
Opérateur d’affectation de concaténation.
String & System::String::operator+=(double value)
| Paramètre | Type | Description |
|---|---|---|
| value | double | Double à ajouter à la fin de la chaîne actuelle. |
ReturnValue
référence à soi-même.
Voir aussi
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::operator+=(int16_t) method
Opérateur d’affectation de concaténation.
String & System::String::operator+=(int16_t value)
| Paramètre | Type | Description |
|---|---|---|
| valeur | int16_t | Short à ajouter à la fin de la chaîne actuelle. |
ReturnValue
référence à soi-même.
Voir aussi
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::operator+=(int32_t) method
Opérateur d’affectation de concaténation.
String & System::String::operator+=(int32_t value)
| Paramètre | Type | Description |
|---|---|---|
| valeur | int32_t | Int à ajouter à la fin de la chaîne actuelle. |
ReturnValue
référence à soi-même.
Voir aussi
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::operator+=(int64_t) method
Opérateur d’affectation de concaténation.
String & System::String::operator+=(int64_t value)
| Paramètre | Type | Description |
|---|---|---|
| valeur | int64_t | Long à ajouter à la fin de la chaîne actuelle. |
ReturnValue
référence à soi-même.
Voir aussi
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::operator+=(T) method
Opérateur d’affectation de concaténation.
template<typename T,std::enable_if_t< std::is_same< T, bool >::value > *> String & System::String::operator+=(T value)
| Paramètre | Description |
|---|---|
| T | Type de valeur à concaténer avec la chaîne. Doit être bool |
| Paramètre | Type | Description |
|---|---|---|
| value | T | Boolean à ajouter à la fin de la chaîne actuelle. |
ReturnValue
référence à soi-même.
Voir aussi
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::operator+=(uint16_t) method
Opérateur d’affectation de concaténation.
String & System::String::operator+=(uint16_t value)
| Paramètre | Type | Description |
|---|---|---|
| valeur | uint16_t | Unsigned short à ajouter à la fin de la chaîne actuelle. |
ReturnValue
référence à soi-même.
Voir aussi
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::operator+=(uint32_t) method
Opérateur d’affectation de concaténation.
String & System::String::operator+=(uint32_t value)
| Paramètre | Type | Description |
|---|---|---|
| valeur | uint32_t | Unsigned int à ajouter à la fin de la chaîne actuelle. |
ReturnValue
référence à soi-même.
Voir aussi
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::operator+=(uint64_t) method
Opérateur d’affectation de concaténation.
String & System::String::operator+=(uint64_t value)
| Paramètre | Type | Description |
|---|---|---|
| valeur | uint64_t | Unsigned long à ajouter à la fin de la chaîne actuelle. |
ReturnValue
référence à soi-même.
Voir aussi
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::operator+=(uint8_t) method
Opérateur d’affectation de concaténation.
String & System::String::operator+=(uint8_t value)
| Paramètre | Type | Description |
|---|---|---|
| value | uint8_t | Byte à ajouter à la fin de la chaîne actuelle. |
ReturnValue
référence à soi-même.
Voir aussi
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++