ngl_server
1.0
基于 Actor 模型的 C++ 服务器框架
Main Page
Namespaces
Classes
Files
Examples
Class List
Class Index
Class Hierarchy
Class Members
ngl
np_actordb_delete
Public Attributes
|
List of all members
ngl::np_actordb_delete< DBTYPE, T > Struct Template Reference
批量删除一个DB表中的行。
More...
#include <nprotocol_template.h>
Public Attributes
std::vector< int64_t >
m_data
待删除的行ID列表
Detailed Description
template<pbdb::ENUM_DB DBTYPE, typename T>
struct ngl::np_actordb_delete< DBTYPE, T >
批量删除一个DB表中的行。
Template Parameters
DBTYPE
数据库表类型枚举。
T
数据类型。
The documentation for this struct was generated from the following file:
E:/GitHub/ngl_server/public/cpp/actor/protocol/
nprotocol_template.h
Generated by
Doxygen