ostreambuf_iterator(ostream_type& s) noexcept;
Requires: s.rdbuf() shall not null pointer.
Effects: :sbuf_(s.rdbuf()) {}.
ostreambuf_iterator(streambuf_type* s) noexcept;
Requires: s shall not be a null pointer.
Effects: : sbuf_(s) {}.