91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

C++ String empty()實例講解

c++
小云
118
2023-09-28 09:48:35
欄目: 編程語言

C++的string類中的empty()函數用于判斷字符串是否為空。如果字符串為空,即沒有任何字符,則返回true;如果字符串不為空,則返回false。

下面是一個示例代碼,演示了empty()函數的用法:

#include <iostream>
#include <string>
int main() {
std::string str1 = "Hello";
std::string str2 = "";
if (str1.empty()) {
std::cout << "str1 is empty" << std::endl;
} else {
std::cout << "str1 is not empty" << std::endl;
}
if (str2.empty()) {
std::cout << "str2 is empty" << std::endl;
} else {
std::cout << "str2 is not empty" << std::endl;
}
return 0;
}

輸出結果為:

str1 is not empty
str2 is empty

在上面的示例中,str1不為空,因為它包含了字符"Hello"。而str2為空,因為它沒有任何字符。

通過使用empty()函數,我們可以方便地判斷一個字符串是否為空,從而根據需要執行相應的操作。

0
泸定县| 隆安县| 太和县| 新巴尔虎左旗| 原平市| 威海市| 扶沟县| 方正县| 清河县| 宜宾市| 陆川县| 浑源县| 浦北县| 金昌市| 隆安县| 定西市| 陈巴尔虎旗| 庆阳市| 镇宁| 勃利县| 新津县| 清徐县| 阿拉善盟| 思南县| 垫江县| 确山县| 嵊州市| 上饶市| 石城县| 洪洞县| 岗巴县| 宜阳县| 宽甸| 鹿邑县| 吉木萨尔县| 黑龙江省| 清水河县| 喀什市| 海丰县| 英超| 冀州市|