initialization (1) | explicit ostream (streambuf* sb); |
---|
initialization (1) | explicit ostream (streambuf* sb); |
---|---|
copy (2) | ostream& (const ostream&) = delete; |
move (3) | protected: ostream& (ostream&& x); |
|
|
test.txt
. The buffer is then passed as parameter to the ostream constructor, associating it to the stream.