标签: c++ protocol-buffers
如何使用基于范围的for循环遍历可变的重复协议缓冲区字段?
答案 0 :(得分:-3)
使用参考:
for (MyProto &my_proto : *container->mutable_my_protos()) {…}