|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
数值类型包装类 更多...
#include "NeForce/core/interface/iobject.hpp"#include "NeForce/core/string/format.hpp"#include "NeForce/core/string/to_numerics.hpp"类 | |
| struct | boolean |
| 布尔值包装类 更多... | |
| struct | integer8 |
| 8位整数包装类 更多... | |
| struct | integer16 |
| 16位整数包装类 更多... | |
| struct | integer32 |
| 32位整数包装类 更多... | |
| struct | integer64 |
| 64位整数包装类 更多... | |
| struct | uinteger8 |
| 无符号8位整数包装类 更多... | |
| struct | uinteger16 |
| 无符号16位整数包装类 更多... | |
| struct | uinteger32 |
| 无符号32位整数包装类 更多... | |
| struct | uinteger64 |
| 无符号64位整数包装类 更多... | |
| struct | float32 |
| 32位浮点数包装类 更多... | |
| struct | float64 |
| 64位浮点数包装类 更多... | |
| struct | decimal |
| 长双精度浮点数包装类 更多... | |
类型定义 | |
| using | byte = uinteger8 |
| 字节包装类 | |