|
ngl_server 1.0
基于 Actor 模型的 C++ 服务器框架
|
实现核心工具函数(随机数、UUID生成等) More...
Namespaces | |
| namespace | ngl::tools |
| 工具函数命名空间。 | |
Functions | |
| void | ngl::tools::log_lex_err (const char *atotype, const char *afromtype, const char *aerror, const std::source_location &asource) |
| 记录lexical_cast类型转换失败的错误日志 | |
实现核心工具函数(随机数、UUID生成等)
提供lexical_cast失败时的错误日志记录功能 用于类型转换失败时的统一错误处理