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