cppreference.com
搜尋
🔍
建立帳號
登入
命名空間
頁面
討論
變體
不转换
简体
繁體
大陆简体
香港繁體
澳門繁體
大马简体
新加坡简体
臺灣正體
視圖
閱讀
檢視原始碼
檢視歷史
操作
std::
strerror
出自cppreference.com
<
cpp
|
string
|
byte
C++
編譯器支持
自立實現與有宿主實現
語言
標準庫
標準庫標頭
具名要求
功能特性測試宏
(C++20)
語言支持庫
概念庫
(C++20)
診斷庫
內存管理庫
元編程庫
(C++11)
通用工具庫
容器庫
迭代器庫
範圍庫
(C++20)
算法庫
字符串庫
文本處理庫
數值庫
日期和時間庫
輸入/輸出庫
文件系統庫
(C++17)
並發支持庫
(C++11)
執行控制庫
(C++26)
技術規範
符號索引
外部庫
[編輯]
文本處理庫
本地化庫
正則表達式庫
(C++11)
格式化庫
(C++20)
空終止序列工具
字節字符串
多字節字符串
寬字符串
初等數值轉換
to_chars
(C++17)
to_chars_result
(C++17)
from_chars
(C++17)
from_chars_result
(C++17)
chars_format
(C++17)
文本編碼識別
text_encoding
(C++26)
[編輯]
空終止字節字符串
函數
字符分類
isalnum
isalpha
islower
isupper
isdigit
isxdigit
isblank
(C++11)
iscntrl
isgraph
isspace
isprint
ispunct
字符操作
tolower
toupper
轉換為數值格式
atof
atoi
atol
atoll
(C++11)
strtol
strtoll
(C++11)
strtoul
strtoull
(C++11)
strtoimax
strtouimax
(C++11)
(C++11)
strtof
strtod
strtold
(C++11)
(C++11)
strfromf
strfromd
strfroml
(C++26)
(C++26)
(C++26)
字符串操作
strcpy
strncpy
strxfrm