Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想编写一个继承自 streambuf 并将ZeroCopyOutputStream (google/protobuf/io/) 改编为 streambuf 的类。
有任何想法吗?
您可能需要自己从 streambuf 创建 iostream。