ngl_server 1.0
基于 Actor 模型的 C++ 服务器框架
tools_impl.h File Reference

Pimpl(指向实现)辅助包装类。 More...

#include <memory>

Classes

class  ngl::tools::impl< T >
 Pimpl辅助包装类。 More...

Namespaces

namespace  ngl::tools
 工具函数命名空间。

Detailed Description

Pimpl(指向实现)辅助包装类。

提供通用的Pimpl封装,将实现细节隐藏在unique_ptr后面, 减少头文件依赖,支持延迟初始化。