【文件属性】:
文件名称:ICA作用
文件大小:270KB
文件格式:ZIP
更新时间:2024-03-17 09:34:58
Dockerfile
ICA检查
支票名称
描述
例子
char-in-ctype-pred
检测何时将char或有signed char从 (或 )传递给谓词函数,这可能是未定义的行为。 来自 “与中的所有其他函数一样,如果参数的值既不能表示为unsigned char也不等于EOF,则std::isalpha的行为是不确定的。要安全地将这些函数与纯chars (或带signed chars )一起使用,则参数应该首先转换为unsigned char “
char c = getchar();
bool b = std::isalpha(c); // warning
int count_alphas ( const std::string& s)
{
return std::count_if (s. begin (), s. end (),
【文件预览】:
ica-lint-action-master
----ica()
--------libica-plugin.so(1.46MB)
----Dockerfile(95B)
----action.yml(155B)
----README.md(11KB)
----entrypoint.sh(86B)