What is the best way to use C++ Protobuf Arena for Repeated fields?

前端 未结 0 1557
Happy的楠姐
Happy的楠姐 2020-12-16 07:38

I am having the following protobuf:

message Message {
...
}

message Response {
  repeated Message messages = 0;
}

And in my C++ code, I am d

相关标签:
回答
  • 消灭零回复
提交回复
热议问题