Output stream for standard file descriptors that uses basic_fildesbuf as stream buffer.
public std::basic_ostream< char, std::char_traits< char > >buf() const -> const fildesbuf_type &Get stream buffer.
buf() -> fildesbuf_type &Get stream buffer.
~osysstream()osysstream(fd_type fd, size_t psize)explicit
Construct output stream with file descriptor fd and buffer size psize.
osysstream()