其他分享
首页 > 其他分享> > 学习笔记-protobuf篇

学习笔记-protobuf篇

作者:互联网

This means that you can use the nested type's class as if it was the nested class Foo::Bar. However, note that C++ does not allow nested types to be forward-declared. If you want to forward-declare Bar in another file and use that declaration, you must identify it as Foo_Bar.
来源
https://developers.google.com/protocol-buffers/docs/reference/cpp-generated

标签:use,Bar,protobuf,笔记,nested,学习,forward,Foo,class
来源: https://www.cnblogs.com/islch/p/16349876.html