Metodo System::String::operator+=.
Contenuti
[
Nascondere
]String::operator+=(char_t) method
Operatore di assegnazione di concatenazione.
String & System::String::operator+=(char_t c)
| Parametro | Tipo | Descrizione |
|---|---|---|
| c | char_t | Carattere da aggiungere alla fine della stringa corrente. |
ReturnValue
riferimento a se stesso.
Vedi anche
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::operator+=(const String&) method
Operatore di assegnazione di concatenazione.
String & System::String::operator+=(const String &str)
| Parametro | Tipo | Descrizione |
|---|---|---|
| str | const String& | String da aggiungere alla fine della stringa corrente. |
ReturnValue
riferimento a se stesso.
Vedi anche
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::operator+=(double) method
Operatore di assegnazione di concatenazione.
String & System::String::operator+=(double value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | double | Double da aggiungere alla fine della stringa corrente. |
ReturnValue
riferimento a se stesso.
Vedi anche
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::operator+=(int16_t) method
Operatore di assegnazione di concatenazione.
String & System::String::operator+=(int16_t value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| valore | int16_t | Short da aggiungere alla fine della stringa corrente. |
ReturnValue
riferimento a se stesso.
Vedi anche
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::operator+=(int32_t) method
Operatore di assegnazione di concatenazione.
String & System::String::operator+=(int32_t value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| valore | int32_t | Int da aggiungere alla fine della stringa corrente. |
ReturnValue
riferimento a se stesso.
Vedi anche
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::operator+=(int64_t) method
Operatore di assegnazione di concatenazione.
String & System::String::operator+=(int64_t value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| valore | int64_t | Long da aggiungere alla fine della stringa corrente. |
ReturnValue
riferimento a se stesso.
Vedi anche
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::operator+=(T) method
Operatore di assegnazione di concatenazione.
template<typename T,std::enable_if_t< std::is_same< T, bool >::value > *> String & System::String::operator+=(T value)
| Parametro | Descrizione |
|---|---|
| T | Tipo valore da concatenare con la stringa. Deve essere bool. |
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | T | Boolean da aggiungere alla fine della stringa corrente. |
ReturnValue
riferimento a se stesso.
Vedi anche
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::operator+=(uint16_t) method
Operatore di assegnazione di concatenazione.
String & System::String::operator+=(uint16_t value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| valore | uint16_t | Unsigned short da aggiungere alla fine della stringa corrente. |
ReturnValue
riferimento a se stesso.
Vedi anche
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::operator+=(uint32_t) method
Operatore di assegnazione di concatenazione.
String & System::String::operator+=(uint32_t value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| valore | uint32_t | Unsigned int da aggiungere alla fine della stringa corrente. |
ReturnValue
riferimento a se stesso.
Vedi anche
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::operator+=(uint64_t) method
Operatore di assegnazione di concatenazione.
String & System::String::operator+=(uint64_t value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| valore | uint64_t | Unsigned long da aggiungere alla fine della stringa corrente. |
ReturnValue
riferimento a se stesso.
Vedi anche
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::operator+=(uint8_t) method
Operatore di assegnazione di concatenazione.
String & System::String::operator+=(uint8_t value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | uint8_t | Byte da aggiungere alla fine della stringa corrente. |
ReturnValue
riferimento a se stesso.
Vedi anche
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++