System::String::operator+= yöntemi
İçindekiler
[
Saklamak
]String::operator+=(char_t) method
Birleştirme atama operatörü.
String & System::String::operator+=(char_t c)
| Parametre | Tür | Açıklama |
|---|---|---|
| c | char_t | Mevcut dize sonuna eklenecek karakter. |
ReturnValue
kendine referans.
Ayrıca Bakınız
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::operator+=(const String&) method
Birleştirme atama operatörü.
String & System::String::operator+=(const String &str)
| Parametre | Tür | Açıklama |
|---|---|---|
| str | const String& | String mevcut dize sonuna eklenecek. |
ReturnValue
kendine referans.
Ayrıca Bakınız
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::operator+=(double) method
Birleştirme atama operatörü.
String & System::String::operator+=(double value)
| Parametre | Tür | Açıklama |
|---|---|---|
| value | double | Double mevcut dize sonuna eklenecek. |
ReturnValue
kendine referans.
Ayrıca Bakınız
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::operator+=(int16_t) method
Birleştirme atama operatörü.
String & System::String::operator+=(int16_t value)
| Parametre | Tür | Açıklama |
|---|---|---|
| değer | int16_t | Short mevcut dize sonuna eklenecek. |
ReturnValue
kendine referans.
Ayrıca Bakınız
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::operator+=(int32_t) method
Birleştirme atama operatörü.
String & System::String::operator+=(int32_t value)
| Parametre | Tür | Açıklama |
|---|---|---|
| değer | int32_t | Int mevcut dize sonuna eklenecek. |
ReturnValue
kendine referans.
Ayrıca Bakınız
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::operator+=(int64_t) method
Birleştirme atama operatörü.
String & System::String::operator+=(int64_t value)
| Parametre | Tür | Açıklama |
|---|---|---|
| değer | int64_t | Long mevcut dize sonuna eklenecek. |
ReturnValue
kendine referans.
Ayrıca Bakınız
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::operator+=(T) method
Birleştirme atama operatörü.
template<typename T,std::enable_if_t< std::is_same< T, bool >::value > *> String & System::String::operator+=(T value)
| Parametre | Açıklama |
|---|---|
| T | Dizeyle birleştirilecek değer tipi. Bool olmalıdır |
| Parametre | Tür | Açıklama |
|---|---|---|
| value | T | Boolean mevcut dize sonuna eklenecek. |
ReturnValue
kendine referans.
Ayrıca Bakınız
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::operator+=(uint16_t) method
Birleştirme atama operatörü.
String & System::String::operator+=(uint16_t value)
| Parametre | Tür | Açıklama |
|---|---|---|
| değer | uint16_t | Unsigned short mevcut dize sonuna eklenecek. |
ReturnValue
kendine referans.
Ayrıca Bakınız
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::operator+=(uint32_t) method
Birleştirme atama operatörü.
String & System::String::operator+=(uint32_t value)
| Parametre | Tür | Açıklama |
|---|---|---|
| değer | uint32_t | Unsigned int mevcut dize sonuna eklenecek. |
ReturnValue
kendine referans.
Ayrıca Bakınız
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::operator+=(uint64_t) method
Birleştirme atama operatörü.
String & System::String::operator+=(uint64_t value)
| Parametre | Tür | Açıklama |
|---|---|---|
| değer | uint64_t | Unsigned long mevcut dize sonuna eklenecek. |
ReturnValue
kendine referans.
Ayrıca Bakınız
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::operator+=(uint8_t) method
Birleştirme atama operatörü.
String & System::String::operator+=(uint8_t value)
| Parametre | Tür | Açıklama |
|---|---|---|
| value | uint8_t | Byte mevcut dize sonuna eklenecek. |
ReturnValue
kendine referans.
Ayrıca Bakınız
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++