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.
C++ では、独自の実装を使用して、POD 以外のタイプのオブジェクトのストリームを作成する必要がありますstd::basic_streambuf<Type>。予想されるときにオブジェクトを構築/破棄するために標準ライブラリが必要ですか?
std::basic_streambuf<Type>
可能ですが、欠落しているiostream、char_traits、members/friend関数を実装する必要がある場合があります。ostream :: writeのようないくつかの基本的な機能は、そのままで機能する可能性があります。