体验新版 GitCode,发现更多精彩内容 >>
#pragma once #include "third_party/protobuf_test/example.pb.h" #include <string> std::string get_greet(const ::protos::Greeting &who);