iostream hierarchy ends |
cplusplus.com |
Insert null character.
Inserts the null character ('\0') in the stream.
Parameters.
Return Value.
A reference to the stream object (parameter os).
Basic template declaration:
template <class charT, class traits> basic_ostream<charT,traits>& ends ( basic_ostream<charT,traits>& os ); |
See also.
ostream class