Writes to an ostream object using the unformatted std::basic_ostream::write
operation. This means that 32
will be encoded as 100000
as opposed to the string "32".
More...
#include <range/v3/iterator/stream_iterators.hpp>
Public Member Functions | |
unformatted_ostream_iterator & | operator* () noexcept |
unformatted_ostream_iterator & | operator++ () noexcept |
unformatted_ostream_iterator & | operator++ (int) noexcept |
template<typename T > | |
unformatted_ostream_iterator & | operator= (T const &t) |
unformatted_ostream_iterator (ostream_type &out) noexcept | |
Writes to an ostream object using the unformatted std::basic_ostream::write
operation. This means that 32
will be encoded as 100000
as opposed to the string "32".