Home
last modified time | relevance | path

Searched refs:IsNumericStr (Results 1 – 4 of 4) sorted by relevance

/commonlibrary/c_utils/base/include/
Dstring_ex.h136 bool IsNumericStr(const std::string& str);
/commonlibrary/c_utils/base/test/unittest/common/
Dutils_string_test.cpp252 bool result = IsNumericStr(strBase);
256 result = IsNumericStr(strBase);
260 result = IsNumericStr(strBase);
/commonlibrary/c_utils/docs/zh-cn/
Dc-utils-guide-string.md21 | bool | **IsNumericStr**(const std::string& str)<br>判断字符串中所有字符是否全部为数字。 |
/commonlibrary/c_utils/base/src/
Dstring_ex.cpp132 bool IsNumericStr(const string& str) in IsNumericStr() function