ngl_server 1.0
基于 Actor 模型的 C++ 服务器框架
ngl::tools::is_protobuf_message< T > Struct Template Reference

检查类型是否为Protobuf消息类型 More...

#include <tools_misc.h>

Inheritance diagram for ngl::tools::is_protobuf_message< T >:

Detailed Description

template<typename T>
struct ngl::tools::is_protobuf_message< T >

检查类型是否为Protobuf消息类型

Template Parameters
T待检查的类型

继承自 google::protobuf::MessageLite 且具有 descriptor() 方法的类型为Protobuf消息。


The documentation for this struct was generated from the following file: