|
Horizon
|
Writes to an ostream object using the unformatted std::basic_ostream::write operation.
More...
#include <stream_iterators.hpp>
Public Member Functions | |
| unformatted_ostream_iterator (ostream_type &out) noexcept | |
| template<typename T > | |
| unformatted_ostream_iterator & | operator= (T const &t) |
| unformatted_ostream_iterator & | operator* () noexcept |
| unformatted_ostream_iterator & | operator++ () noexcept |
| unformatted_ostream_iterator & | operator++ (int) 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".