NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
packages.hpp 文件参考

数值类型包装类 更多...

packages.hpp 的引用(Include)关系图:

浏览该文件的源代码.

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
 字节包装类

详细描述

数值类型包装类

此文件提供了各种数值类型的包装类,包括布尔值、整数、浮点数等。 每个包装类都提供了类型转换、字符串表示、解析等功能。

在文件 packages.hpp 中定义.