طريقة System::String::operator+=.
محتويات
[
يخفي
]String::operator+=(char_t) method
عامل إسناد الدمج.
String & System::String::operator+=(char_t c)
| Parameter | Type | الوصف |
|---|---|---|
| c | char_t | حرف لإضافته إلى نهاية السلسلة الحالية. |
ReturnValue
إشارة ذاتية.
انظر أيضًا
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++
String::operator+=(const String&) method
عامل إسناد الدمج.
String & System::String::operator+=(const String &str)
| Parameter | Type | الوصف |
|---|---|---|
| str | const String& | String لإضافتها إلى نهاية السلسلة الحالية. |
ReturnValue
إشارة ذاتية.
انظر أيضًا
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++
String::operator+=(double) method
عامل إسناد الدمج.
String & System::String::operator+=(double value)
| Parameter | Type | الوصف |
|---|---|---|
| value | double | Double لإضافتها إلى نهاية السلسلة الحالية. |
ReturnValue
إشارة ذاتية.
انظر أيضًا
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++
String::operator+=(int16_t) method
عامل إسناد الدمج.
String & System::String::operator+=(int16_t value)
| Parameter | Type | الوصف |
|---|---|---|
| value | int16_t | Short لإضافتها إلى نهاية السلسلة الحالية. |
ReturnValue
إشارة ذاتية.
انظر أيضًا
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++
String::operator+=(int32_t) method
عامل إسناد الدمج.
String & System::String::operator+=(int32_t value)
| Parameter | Type | الوصف |
|---|---|---|
| value | int32_t | Int لإضافتها إلى نهاية السلسلة الحالية. |
ReturnValue
إشارة ذاتية.
انظر أيضًا
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++
String::operator+=(int64_t) method
عامل إسناد الدمج.
String & System::String::operator+=(int64_t value)
| Parameter | Type | الوصف |
|---|---|---|
| value | int64_t | Long لإضافتها إلى نهاية السلسلة الحالية. |
ReturnValue
إشارة ذاتية.
انظر أيضًا
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++
String::operator+=(T) method
عامل إسناد الدمج.
template<typename T,std::enable_if_t< std::is_same< T, bool >::value > *> String & System::String::operator+=(T value)
| Parameter | الوصف |
|---|---|
| T | نوع القيمة للدمج مع السلسلة. يجب أن يكون bool |
| Parameter | Type | الوصف |
|---|---|---|
| value | T | Boolean لإضافتها إلى نهاية السلسلة الحالية. |
ReturnValue
إشارة ذاتية.
انظر أيضًا
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++
String::operator+=(uint16_t) method
عامل إسناد الدمج.
String & System::String::operator+=(uint16_t value)
| Parameter | Type | الوصف |
|---|---|---|
| value | uint16_t | Unsigned short لإضافتها إلى نهاية السلسلة الحالية. |
ReturnValue
إشارة ذاتية.
انظر أيضًا
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++
String::operator+=(uint32_t) method
عامل إسناد الدمج.
String & System::String::operator+=(uint32_t value)
| Parameter | Type | الوصف |
|---|---|---|
| value | uint32_t | Unsigned int لإضافتها إلى نهاية السلسلة الحالية. |
ReturnValue
إشارة ذاتية.
انظر أيضًا
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++
String::operator+=(uint64_t) method
عامل إسناد الدمج.
String & System::String::operator+=(uint64_t value)
| Parameter | Type | الوصف |
|---|---|---|
| value | uint64_t | Unsigned long لإضافتها إلى نهاية السلسلة الحالية. |
ReturnValue
إشارة ذاتية.
انظر أيضًا
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++
String::operator+=(uint8_t) method
عامل إسناد الدمج.
String & System::String::operator+=(uint8_t value)
| Parameter | Type | الوصف |
|---|---|---|
| value | uint8_t | Byte لإضافتها إلى نهاية السلسلة الحالية. |
ReturnValue
إشارة ذاتية.
انظر أيضًا
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++