|
MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
将字符转换为指定进制下的数字值 更多...
#include <static_numeric.hpp>
将字符转换为指定进制下的数字值
| Base | 进制 |
| Digit | 字符数字 |
将字符'0'-'9'、'a'-'f'、'A'-'F'转换为对应进制的数值。 包含is_valid成员表示转换是否有效。
在文件 static_numeric.hpp 第 272 行定义.