std::ends - inserts a null character '\0' to output stream.
More formally this manipulator's declaration looks like
template <class charT, class traits>
std::basic_ostream<charT, traits>& ends(std::basic_ostream<charT, traits>& os);
and this manipulator places charact...