@name 构造/析构函数 @{
| 76 | /// @name 构造/析构函数 |
| 77 | /// @{ |
| 78 | explicit MsgBlock(ResourceId _resource_id) : resource_id(_resource_id) {} |
| 79 | MsgBlock() = default; |
| 80 | MsgBlock(const MsgBlock&) = default; |
| 81 | MsgBlock(MsgBlock&&) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected