NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
载入中...
搜索中...
未找到
packages.hpp 文件参考

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

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

浏览该文件的源代码.

struct  neforce::boolean
 布尔值包装类 更多...
struct  neforce::integer8
 8位整数包装类 更多...
struct  neforce::integer16
 16位整数包装类 更多...
struct  neforce::integer32
 32位整数包装类 更多...
struct  neforce::integer64
 64位整数包装类 更多...
struct  neforce::uinteger8
 无符号8位整数包装类 更多...
struct  neforce::uinteger16
 无符号16位整数包装类 更多...
struct  neforce::uinteger32
 无符号32位整数包装类 更多...
struct  neforce::uinteger64
 无符号64位整数包装类 更多...
struct  neforce::uinteger128
 128位无符号整数包装类 更多...
struct  neforce::integer128
 128位有符号整数包装类 更多...
struct  neforce::float32
 32位浮点数包装类 更多...
struct  neforce::float64
 64位浮点数包装类 更多...
struct  neforce::decimal
 长双精度浮点数包装类 更多...

类型定义

using neforce::byte = uinteger8
 字节包装类

详细描述

数值类型包装类

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

在文件 packages.hpp 中定义.