Packet

函数功能

Packet的构造函数。

函数原型

1
2
Packet() = default;
Packet(T item)

参数说明

参数名

输入/输出

说明

item

输入

Packet数据模板所承载的真实数据。